Test Suites

87 passed, 165 total

Tests

8673 passed, 8976 total

Snapshots

1520 passed, 1823 total

{ "additionalResultsProcessors": [], "resultDir": "./jest-stare/", "resultHtml": "index.html", "resultJson": "jest-results.json" }
{ "numFailedTestSuites": 78, "numFailedTests": 303, "numPassedTestSuites": 87, "numPassedTests": 8673, "numPendingTestSuites": 0, "numPendingTests": 0, "numRuntimeErrorTestSuites": 0, "numTodoTests": 0, "numTotalTestSuites": 165, "numTotalTests": 8976, "openHandles": [], "snapshot": { "added": 0, "didUpdate": false, "failure": true, "filesAdded": 0, "filesRemoved": 0, "filesRemovedList": [], "filesUnmatched": 78, "filesUpdated": 0, "matched": 1520, "total": 1823, "unchecked": 38, "uncheckedKeysByFile": [ { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "keys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "keys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "keys": [ "graphql.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "keys": [ "embed.js format 1" ] } ], "unmatched": 303, "updated": 0 }, "startTime": 1700062620924, "success": false, "testResults": [ { "failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 265, "numPendingTests": 0, "perfStats": { "start": 1033.892668000015, "end": 12972.51707100001, "runtime": 11939, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 101, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 2.9377390000154264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 70.91039100004127, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 318.61427000002004, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 17.91546600003494, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 3.0919669999857433, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 10.961249999993015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 58.97359399998095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 60.868319000001065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 58.21718300000066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 0.6669760000077076, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 5.326151999994181, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 4.435696000000462, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.8341870000003837, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.2947089999797754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.6276310000102967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 57.781070000026375, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 57.17418600001838, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 58.94554599997355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 0.6030669999890961, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 2.0905860000057146, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 58.649271000002045, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.512665999995079, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.2170439999899827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.060600999975577, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 55.62814899999648, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 55.69892799999798, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 55.01706699997885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.45798599999397993, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 6.799353999958839, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 2.8701720000244677, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.2024059999966994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.969941999996081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.0133930000010878, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 58.32698900002288, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 59.54546200000914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 58.03364999999758, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 0.42698799999197945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 56.98340799997095, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 59.06088699999964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 56.8698929999955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.11222999996971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.54000800003996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.07768400001805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.56890700000804, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.572872999997344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 0.5073280000360683, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 56.156681999971624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.68259500002023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.128565999970306, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.90069600002607, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.367530999996234, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 56.74988099996699, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.30224799999269, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.25901799998246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 0.44055300002219155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 58.55619800003478, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 58.542299999971874, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.22725100000389, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 58.02414300001692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.42400800000178, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.858345000015106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 54.56626699998742, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 54.783966000017244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 0.43541299999924377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 56.654149000009056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 58.19807799998671, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.45423299999675, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.77625099994475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 56.050434999982826, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 56.36783699999796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.846537000034004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 56.466753000044264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.5307819999870844, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 2.5611660000286065, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 58.20630299998447, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 1.3456740000401624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.9789980000350624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.8206730000092648, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 54.63238399999682, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 54.681792000017595, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 55.215365000010934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 2.8384429999860004, "failureMessages": [ "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 3.3879500000039116, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 59.425958000007086, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.6761319999932311, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.035444000037387, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.1289399999659508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 54.17955699999584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 55.235044999979436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 55.09750400000485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.4648789999773726, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 4.247215999988839, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 57.322346000000834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 2.0141939999884926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.9688500000047497, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.7874510000110604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 54.72910799999954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 56.600806000002194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 56.21462400001474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.556769999966491, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 2.7023390000103973, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 57.47900799999479, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 1.3518260000273585, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 1.0167399999918416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.8378549999906681, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 59.19558400003007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 56.46085299999686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 58.10513699997682, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.2537220000522211, "failureMessages": [ "valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 5.107553000038024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 2.095074000011664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.0503419999731705, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.076972000009846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 0.8084709999966435, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 59.31957200000761, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 60.106203000003006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 60.0698600000469, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 0.43060500000137836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 55.84817899996415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 55.73494400002528, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.444505999970715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.701653000025544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.90467099996749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 55.084759999997914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.5125710000284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 57.55752000003122, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 0.4385199999669567, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 57.35138399997959, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 57.05535999999847, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 59.08180799998809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 57.63056499999948, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 56.499353000021074, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 55.935384000011254, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 55.13816999999108, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 55.681019000010565, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.4329380000126548, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 3.158891999977641, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.85129700001562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 1.1597269999911077, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.9215519999852404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.7492290000081994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 55.89995200000703, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 57.292972999974154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 57.366017000051215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.40299199998844415, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 2.353707999980543, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.6342939999885857, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.149317000003066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.908687999995891, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.7517150000203401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 56.030993000022136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 55.81906300003175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 57.050496999989264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.8321650000289083, "failureMessages": [ "valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 2.622178999998141, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.7299820000189357, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.1117770000128075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.8305520000285469, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.9416990000172518, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 56.27113199996529, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 67.11015600000974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 58.667717000003904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.6436329999705777, "failureMessages": [ "valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.9031659999745898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.2863740000175312, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.002784000011161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.7634160000015981, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.7326989999855869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 56.88880799995968, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 56.8981110000168, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 57.01975700003095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 0.41675900004338473, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 59.11150400002953, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 59.5150320000248, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 63.27068399998825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.16722599999048, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 60.11895299999742, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.176980999996886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.33322800003225, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.75067699997453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 0.4295929999789223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 57.740057999966666, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 55.1889899999951, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.99080800003139, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 56.86341000004904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 56.16484700003639, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 57.032202999980655, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 56.959027000004426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 55.84924799995497, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 0.40260199998738244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 2.01455399999395, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.92223999998532, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.281660000036936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.46257400000468, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.74972199997865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.728885999997146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.98998000001302, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 56.551361999998335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 0.4313259999617003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 58.340437999984715, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 58.95722599996952, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 57.66178000002401, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 56.31784199998947, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 57.45743500004755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 57.73941899999045, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 57.2633349999669, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 59.75928699999349, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 0.4202060000388883, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 58.3715389999561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 57.910600999952294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 56.1019779999624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.87274799996521, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 57.74102299998049, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 56.89297899999656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 56.82975400000578, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 56.30962600000203, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 0.48617800005013123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 60.02430099999765, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.52436600002693, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 56.76708299998427, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.461682999972254, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.146881000022404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.55124900001101, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 59.20906600001035, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 58.064669999992475, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 0.4393009999766946, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 56.75863699999172, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 57.83142100000987, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.77005300001474, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 57.32960200001253, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 56.611983000009786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 57.64835999999195, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 56.66677100001834, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.75133100000676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.4361149999895133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.7431370000122115, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 56.06689000001643, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.21845599997323, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.7884030000423081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.7298539999756031, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 55.87196000001859, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 56.9358690000372, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 56.993226999999024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8388269999995828, "failureMessages": [ "valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.5775070000090636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 58.17303800000809, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.5531820000032894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8769190000020899, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.7969889999949373, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 59.08121299999766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 57.07043399999384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 58.84179000003496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.4799360000179149, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.6705409999703988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 57.723265999986324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.3005899999989197, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7986520000267774, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7272089999751188, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 55.92281399999047, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 55.90948299999582, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 55.861249000008684, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.4404630000353791, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 2.1199710000073537, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 56.387630000011995, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 1.191255000012461, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7614629999734461, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7107379999943078, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 56.849935000005644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 56.00980699999491, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 56.13545299996622, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 17, "numPassingTests": 318, "numPendingTests": 0, "perfStats": { "start": 13005.539136999985, "end": 27709.342176000064, "runtime": 14704, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 127, "unchecked": 0, "unmatched": 17, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6852099999669008, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 55.47976999997627, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 56.57033800001955, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.205041999986861, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.8204030000488274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7518840000266209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 56.827453000005335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 0.5723690000013448, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 57.567481000034604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 57.914798000012524, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 58.54088699998101, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.74324500001967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 56.45429399999557, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 58.3838870000327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 0.4954860000289045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 70.68195200001355, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 68.10375299997395, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 71.03151499998057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 66.37327599996934, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 68.43780999997398, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 70.0486160000437, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 0.44769599998835474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 61.8955019999994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 68.23838200001046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 64.49351599998772, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 71.22080999996979, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 67.81932599999709, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 65.58990199997788, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.42711799999233335, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 58.149468999996316, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 58.813418000005186, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.60119100002339, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.29040299996268, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 58.875474000000395, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.934766999969725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.1361030000261962, "failureMessages": [ "decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 62.08845300000394, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 61.17956299998332, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.1173979999730363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7186530000180937, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7174409999861382, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 61.54159499995876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.4794250000268221, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 58.60131200001342, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 58.14180400001351, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 1.5494739999994636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 1.002452999993693, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 57.437970000028145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.4489889999968, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 61.458627000043634, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 61.304575000016484, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 1.1434269999735989, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.7715709999902174, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.0192790000001, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 61.38162200001534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.673317999986466, "failureMessages": [ "deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 59.62832899997011, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 57.59606499999063, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 1.4114769999869168, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.7771219999995083, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.937502000015229, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 57.97606399998767, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 0.4592579999589361, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 60.868370999989565, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 60.38750399998389, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.9999769999994896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.5116849999758415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 2.1942300000227988, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 60.18861399998423, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.9749720000545494, "failureMessages": [ "do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 58.65188100002706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 59.773511000035796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 1.4516419999999925, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.8883989999885671, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.7976200000266545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 59.96727799996734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4469350000144914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 61.344402999966405, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 61.61298099998385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.91518200002611, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 60.97161700000288, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.120759000012185, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 60.081841000006534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.4640070000314154, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 60.60024100000737, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 59.50073800003156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 1.3612239999929443, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.9880460000131279, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.7798170000314713, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 59.6602899999707, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.769218000001274, "failureMessages": [ "export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 59.50623199995607, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 57.59621300001163, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.393402999965474, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.8665589999873191, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.041414999985136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 59.445721000025515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 0.47940499999094754, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 57.86551000003237, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 59.67913200001931, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 58.45954599999823, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 58.607801000005566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 58.70874500001082, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 61.708823000022676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.5501359999761917, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 59.176241000008304, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 58.790941999992356, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.3821619999944232, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8796330000041053, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8476530000334606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.9529610000317916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.8960540000116453, "failureMessages": [ "function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 62.319504000013694, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 60.73055199999362, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 1.5310710000339895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 1.0185029999702238, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9533010000013746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 59.28551499999594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.4255750000011176, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 59.59343299997272, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 58.65539999998873, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.5813040000502951, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.06957799999509, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.8826390000176616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 58.083513999998104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.5026090000174008, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 59.625153000000864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 58.504366000008304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 1.2099310000194237, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.8650369999813847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.7099060000036843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 57.94047700002557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.4308449999662116, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 58.21512599999551, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 56.18723899999168, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 1.1988600000040606, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.7462550000054762, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.7008389999973588, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 55.91738100000657, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.4429680000175722, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 57.08751699997811, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 58.0018230000278, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.252390000037849, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.9065839999821037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.7257560000289232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 59.06462499999907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.48570800002198666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 58.74659200001042, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 57.99415300000692, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 1.1911349999718368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7842560000135563, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7008800000185147, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 56.50889900000766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 0.46481900004437193, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 61.566615999967325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 60.85080899996683, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 61.094800999970175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 64.39905900001759, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 65.03170099999988, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 68.02994499995839, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6538920000311919, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 56.52439700003015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 57.18157399998745, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.1682230000151321, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7396109999972396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6870230000349693, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 57.79047999996692, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4227899999823421, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.141428000002634, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.5239339999971, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.081979999959, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.8968069999828, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.883104000007734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.89465299999574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 0.4449519999907352, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 59.92583999998169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 59.744945999991614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 60.30164999997942, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 59.89969699998619, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 59.24935999995796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.97722800000338, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7242329999571666, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 59.32426399999531, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 58.742774999991525, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.2353879999718629, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7830529999919236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7236730000004172, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 58.32064900000114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 0.5060060000396334, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 59.16895199997816, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 58.28439899999648, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 58.484542999998666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 58.46130899997661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 1.3570349999936298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 58.73837800003821, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 0.49058599997079, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 57.76630399998976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 57.23350600001868, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 58.30834099999629, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 58.52026700001443, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 58.205631000048015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 59.3207720000064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 0.4390409999759868, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.28033699997468, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.76912700000685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 61.51378999999724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 64.34109200001694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.43304600002011, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 62.39461100002518, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 0.4433089999947697, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 61.443325000000186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 60.797816000005696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 62.48398499999894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 62.01913400000194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 59.376221999991685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 61.729747999983374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 0.5015869999770075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 61.24746199999936, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 60.34546500002034, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 60.892389000044204, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 59.912303999997675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 58.75325199996587, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 59.53943699999945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.4322169999941252, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 59.98158299998613, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 59.144834999984596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 1.2371010000351816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.916832999966573, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.7859579999931157, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 65.9435560000129, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.4436289999866858, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.49245099996915, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 64.71861399995396, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 62.037478999991436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 63.46876999997767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 66.58413999999175, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 64.67797999997856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.7826219999697059, "failureMessages": [ "partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 64.35974700003862, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 64.28018000000156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.6259279999649152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.3756200000061654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.9386830000439659, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 63.04616299999179, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8136500000255182, "failureMessages": [ "pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 66.21838799997931, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 67.59535300009884, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 1.3226609999546781, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8771180000621825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8111649999627843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 63.14252600003965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.7398219999158755, "failureMessages": [ "pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 60.827576999901794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 59.66297199996188, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 1.2757630000123754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8719689999707043, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8118469999171793, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 58.812269999994896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 0.8511899999575689, "failureMessages": [ "pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 60.08040400000755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 59.242271000053734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.477240000036545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.1711480000521988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.053438000031747, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 61.001400999957696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 0.4663309999741614, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 63.18640999996569, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 64.29315299994778, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 63.5121330000693, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.50444699998479, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.048798000090756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 64.52630899997894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 0.4676939999917522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 60.868396000005305, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 60.058511000010185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 60.175692999968305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 60.26026000001002, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 59.907597000012174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 60.279326000018045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.8508900000015274, "failureMessages": [ "record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 58.557266999967396, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 59.30396299995482, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 1.1602379999822006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.8324850000208244, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.7077530000824481, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 60.742305999970995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.6627880000742152, "failureMessages": [ "record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 61.201931999996305, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 60.70530899998266, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 1.1520320000126958, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.7441399999661371, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.7702689999714494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 59.271415000082925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 0.43559399992227554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.67185599997174, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.475013999966905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.18152900005225, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.56969599996228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 1.268019000068307, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 58.24658699997235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.4475060000550002, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 58.13722699997015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 58.838111000019126, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.6915210000006482, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.9001619999762625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.9287260000128299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.48627300001681, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7045170000055805, "failureMessages": [ "source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 58.80418499989901, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 61.63036800001282, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 1.1803349999245256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.8168460000306368, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.8170169999357313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 59.22622299997602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.6737779999384657, "failureMessages": [ "throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 59.231838000006974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 58.78746400005184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 1.372715000063181, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.871307999943383, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.7847459999611601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 59.180234000086784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.4324159999378026, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 62.56549199996516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 60.45195399993099, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.1511500000488013, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7975699999369681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.8246799999615178, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.0298350000521168, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.771913000033237, "failureMessages": [ "v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 62.91931200004183, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 61.77994799998123, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 1.1908350000157952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.810202999971807, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.7986520000267774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 61.47468699992169, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 251, "numPendingTests": 0, "perfStats": { "start": 27753.691476999957, "end": 42959.69406800001, "runtime": 15206, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 22, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments-1.js" ], "duration": 0.537914999993518, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 60.890049000037834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 62.583348000072874, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 61.68033599993214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 58.30640400003176, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.3338240000885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 60.139020999893546, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.772052000043914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.912257999996655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 0.48460500000510365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.800610000034794, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.947145999991335, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 60.00897700001951, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 59.481493000057526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 59.484412999940105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 59.4599739999976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.46638199989684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 60.62089100002777, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 0.4463040000991896, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 60.38702100003138, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 61.2155700000003, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 61.54807399993297, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 60.62548699998297, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 58.8427120000124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 60.193599999998696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 59.3565360000357, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 59.41370199993253, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 0.44847800000570714, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 59.442179000005126, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 62.225119000067934, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 59.49471999995876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.620601000031456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 59.782199000008404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.75540599995293, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.59845199994743, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 59.24231900006998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 0.4347120000747964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 61.15804900007788, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 61.006319000036456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 59.69796400004998, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 70.82650399999693, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.38954899995588, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 64.46406899997965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 59.138589999987744, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.94732999999542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 0.4949939999496564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 61.0984640000388, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 59.56658999994397, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.78064400004223, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.113194999983534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.32749099994544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 59.0136979999952, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 60.20906899997499, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 59.99554999999236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 0.4318269999930635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 59.11425099999178, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 60.45793399994727, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 60.03909099998418, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 60.11665800004266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 59.80263500008732, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 58.96945600002073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 59.90052300004754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 58.60567999992054, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 0.43402100005187094, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 60.775591999990866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 59.004811999970116, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.677607999998145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.78130400006194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.94252800010145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.913434999994934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.561705000000075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 59.26770400011446, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 0.47255299997050315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 61.24229700001888, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 59.352828999981284, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 59.24008000001777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 59.300260000047274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 59.54577999992762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 59.732610999955796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 60.076495999936014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 59.78536900004838, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 0.4339110000291839, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.798875999986194, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 59.45834900008049, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 62.66972899995744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 61.10485799994785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 59.59359400009271, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 61.000997000024654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 60.19060400000308, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 61.44516900007147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 0.4634249999653548, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 60.75971600005869, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 60.038886000053026, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 60.61280799994711, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 59.887883999967016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 60.34951299999375, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 60.13895100005902, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 61.18839599995408, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 60.4380119999405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 0.4968580000568181, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 60.91980500007048, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 60.38100500009023, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 59.81495900009759, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 61.68417000002228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 60.30146899993997, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 59.71390600001905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 59.058889999985695, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 59.367848000023514, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 0.42554500000551343, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.99414899991825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.82887899992056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.05078499997035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 60.37543699995149, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.16295500006527, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 60.07688200008124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 60.025321000022814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 61.09295399999246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 0.4931619999697432, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.194344000075944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.951135000097565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.29654999997001, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 58.45032399997581, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 57.786705999984406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.02509199990891, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.71592999994755, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 64.21555199997965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 0.45060100010596216, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 61.579535000026226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.97758100007195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.85887500003446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.909565999987535, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.455635000020266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.104435999994166, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 59.38122199999634, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.57084900001064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 0.44165600009728223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.58913500001654, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 59.33150199998636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.21331399993505, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.59400199993979, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.05664800002705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.84383999998681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 61.05111100000795, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 60.180082999984734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 0.4793650000356138, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 60.844757999992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 62.11995800002478, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 60.29148899996653, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 61.337030000053346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 59.46502100001089, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 58.903651000000536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 59.76813899993431, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 59.533658999949694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 0.5243999999947846, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 59.623920000041835, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 59.369691999978386, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 58.76257599995006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 59.89272100001108, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 59.948028999962844, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 60.50667500006966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 60.755998999928124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 59.46407900005579, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 0.4418960000621155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 59.742513999924995, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 59.45334400003776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 60.52921300008893, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 61.428263999987394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 61.206404000055045, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 60.78707000007853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 60.21397399995476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 59.72677599999588, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 1.50555199990049, "failureMessages": [ "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 62.47000400000252, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 62.825624999939464, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 61.222960000042804, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 60.640131000080146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 60.356426000013016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 62.981276999926195, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 63.86905300000217, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.572799999965355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 0.9984349999576807, "failureMessages": [ "range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 61.97088200005237, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 60.64683299988974, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 58.853432999923825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.96416000009049, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 61.04817299998831, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 60.497545000049286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 62.300871999934316, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 62.64833299990278, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 1.011780000058934, "failureMessages": [ "range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.89774699998088, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 63.587570000090636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.716483999975026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.82808400003705, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 62.4561860000249, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 62.425514999893494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.374837999930605, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.88745099992957, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 1.2352979999268427, "failureMessages": [ "range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 62.67925299995113, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 61.53425100003369, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 60.13649900001474, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 59.24058799992781, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 59.64227499999106, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 58.69295900000725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 58.3463220000267, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 58.550721000065096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 1.0342830000445247, "failureMessages": [ "range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 61.84515900001861, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 62.03737700008787, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 60.85304199997336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 61.27471699996386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 60.756944999913685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 61.33134299993981, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 59.590168999973685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 61.72023899992928, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 0.6202189999166876, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.10585299995728, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.736354000051506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 58.50498700002208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 61.645836999989115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.95227700006217, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 61.41121199994814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 60.50629100005608, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 60.944776999996975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 0.558924000011757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 59.61297999997623, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 60.407175999949686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.273234999971464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.51709899993148, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 57.42971499997657, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.31643999996595, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 57.765645999927074, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.45209299994167, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 0.6495230000000447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 60.296053000027314, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 60.32891899999231, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.613371999934316, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 60.39686800003983, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.64833700004965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.74084300000686, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 60.21222999994643, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 60.28864500008058, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 0.8077899999916553, "failureMessages": [ "range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.83056199993007, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 63.66848900006153, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.373316000099294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 61.636624000035226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.96478899999056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.87548400007654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.272892000037245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.8466110000154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [], "duration": 1.9904289999976754, "failureMessages": [], "fullName": "translates cursor correctly in basic case", "numPassingAsserts": 0, "status": "passed", "title": "translates cursor correctly in basic case" }, { "ancestorTitles": [], "duration": 0.9234050000086427, "failureMessages": [], "fullName": "positions cursor relative to closest node, not SourceElement", "numPassingAsserts": 0, "status": "passed", "title": "positions cursor relative to closest node, not SourceElement" }, { "ancestorTitles": [], "duration": 0.900461999932304, "failureMessages": [], "fullName": "keeps cursor inside formatted node", "numPassingAsserts": 0, "status": "passed", "title": "keeps cursor inside formatted node" }, { "ancestorTitles": [], "duration": 2.0430160000687465, "failureMessages": [], "fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation", "numPassingAsserts": 0, "status": "passed", "title": "doesn't insert second placeholder for nonexistent TypeAnnotation" }, { "ancestorTitles": [], "duration": 1.1522519999416545, "failureMessages": [], "fullName": "cursorOffset === rangeStart", "numPassingAsserts": 0, "status": "passed", "title": "cursorOffset === rangeStart" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 58, "numPendingTests": 0, "perfStats": { "start": 42992.473499000014, "end": 45257.68169699999, "runtime": 2265, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 27, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6870329999364913, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 2.1137690000468865, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.5969030000269413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.4475839999504387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.3317279999610037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.2501150000607595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.34463400009554, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.94287499994971, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.1677750000963, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6493930000578985, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.656866000033915, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.8300990000134334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.8644449999555945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7923799999989569, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7322280000662431, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 76.90811399999075, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 59.09799999999814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 57.201107999891974, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.8615089999511838, "failureMessages": [ "valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 2.3787950000260025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 1.7163969998946413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.8715589999919757, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.7595990000991151, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.7511930000036955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 58.556236000033095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 58.23291999998037, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 57.379077000077814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.677947000018321, "failureMessages": [ "valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.5854119999567047, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.0975799999432638, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.7948050000704825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6764839999377728, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6829760000109673, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 55.80489899998065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 57.77185300004203, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 58.26167700008955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6505050000268966, "failureMessages": [ "valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.5660650000208989, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.2458470000419766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.7570349999004975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.7242929999483749, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6750110000139102, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 56.84422500000801, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 56.576143999933265, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 57.28711200004909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 0.4416049999417737, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 59.059683999978006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 59.15758600004483, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.91041100001894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.027857000008225, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.969192999997176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.28415500000119, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.527487999992445, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.86362299998291, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 0.4417560000438243, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.44801399996504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 58.39547999994829, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 56.65908499993384, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 58.331554999924265, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.26018099999055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.4761919999728, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 59.46550099994056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.9615899999626, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 69, "numPendingTests": 0, "perfStats": { "start": 45288.73978, "end": 45902.44603699999, "runtime": 614, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 63, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 1.45398699992802, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.9340050000464544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8032810000004247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8584430000046268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.9395650000078604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.9483720000134781, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.9187060000840575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7756700000027195, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7305850000120699, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.9228440000442788, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.931520999991335, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8149219999322668, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.7218690000008792, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.6360179999610409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8089519999921322, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7209670000011101, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7012600000016391, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6761040000710636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6435419999761507, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6839669999899343, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.666774999932386, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6625670000212267, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6858110000612214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6227339999750257, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6707629999145865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7485589999705553, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 4.016433999990113, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7109979999950156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6435419999761507, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.8388470000354573, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7444710000418127, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6798699999926612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6740999999456108, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6343949999427423, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7692369999131188, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7158170000184327, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7035049999831244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6642110000830144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6220020001055673, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7134330000262707, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7389099999563769, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6818140000104904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.646978999953717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6075440000277013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7103980000829324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6827660000417382, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6893880000570789, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6454859999939799, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7124409999232739, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7165090000489727, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.49413299991283566, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 1.143506000051275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 1.2013949999818578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7929419999709353, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 56.159696999937296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.4643279999727383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 1.1289690000703558, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.8567200000397861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 56.43526599998586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 57.57152200001292, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.42337099998258054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 1.1151140000438318, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.7872910000151023, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 55.847113000112586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 54.31353899999522, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.5990089999977499, "failureMessages": [ "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 1.0954759999876842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.7561729999724776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.7592279999516904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 58.168510999996215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 284, "numPendingTests": 0, "perfStats": { "start": 45944.094895000046, "end": 62588.26011700003, "runtime": 16644, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.4476159999612719, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.16505700000562, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.81413399998564, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.40495600004215, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.36441999999806, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.6771749999607, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.8620289999526, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.22644700005185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.01524199999403, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.42452300002332777, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.251014000037685, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.51267299999017, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.327037999988534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.30722699989565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.568650000030175, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.68423400004394, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.5757909999229, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.08593699999619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.7598190000280738, "failureMessages": [ "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.17139599996153, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.35244899999816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.75049899995793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.55744199990295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.343910999945365, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.623978000017814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.887943999958225, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.15925999998581, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.7122199999867007, "failureMessages": [ "snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.47039000003133, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.09279200003948, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.764666000031866, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.14649900002405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.91235900006723, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 59.27604400005657, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.55250100011472, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 58.291624999954365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.49760000000242144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 58.00902699993458, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 60.111366000026464, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.23199000000022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.272330999956466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.08878700004425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.57558699999936, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 58.58604500000365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.63085900002625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.44348900008480996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.9410729999654, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.319936999934725, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.16904499998782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.55678300000727, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.662576999980956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.9998810000252, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.80365299992263, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.15100399998482, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.43294899992179126, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 58.3613399999449, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.45502500003204, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.44270600005984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.902314999955706, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.29629199998453, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.38137800002005, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.86760699993465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.019269999931566, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.443288000067696, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 59.382602000026964, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 59.08698300004471, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.78312600008212, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.94836799998302, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.393716000020504, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.277350999997, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.63523900008295, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.57326900004409, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.43282900005578995, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 57.608989000087604, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 58.0470520000672, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.16898900002707, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.2195959999226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.508215000038035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.10155200003646, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 57.20000599999912, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.1685179999331, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.4328179999720305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 57.8985049999319, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 57.11280799994711, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 57.24869099992793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 58.00049200002104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.85109899996314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 57.68537099997047, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 58.72603100002743, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 58.9465949999867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.47910499991849065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.600078000104986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.77606599999126, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.70675100001972, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 59.69727400003467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.084046000032686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.290847999975085, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 58.02499099995475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.9590699999826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.49129800009541214, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 59.61712900002021, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 60.40820599999279, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 57.34281499998178, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.017840999993496, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 59.13480400003027, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.14262200007215, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 59.06107499997597, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.84794399992097, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.43480199994519353, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.615332999965176, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.51515200000722, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 59.042828000034206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.61478200007696, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.013766999938525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.94771699991543, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.93987600004766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.47027199994773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.4584259999683127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.829069999977946, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 58.3856950000627, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.586565000005066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.62300500005949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.28775899996981, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 59.24345200008247, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.6667900000466, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.828695000032894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.4325470000039786, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.93674699997064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 58.73135499993805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 58.90814600000158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 60.91074399999343, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.13608199998271, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.28225100005511, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.87277500005439, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.80950800003484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.448136999970302, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 59.889166999957524, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 58.32631599996239, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.78642899997067, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 58.618492000037804, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 58.332065000082366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 59.795011000009254, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 58.657172000035644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 59.44676099997014, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.4746860000304878, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.979570999974385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.22907799994573, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.283658000058495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.74706700001843, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.84852900006808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.32227999996394, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.888635999988765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.33793499995954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.43802799994591624, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.51963200001046, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.77227199997287, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.33239900006447, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.02700200001709, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.84406399994623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.68025600002147, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.4399759999942, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.25323999999091, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 0.6316799999913201, "failureMessages": [ "snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.935358999995515, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 57.538061999948695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 68.7108850000659, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 57.857033999986015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 57.958717000088654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.492619999917224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 57.00286500004586, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 58.01564100000542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 0.7417750000022352, "failureMessages": [ "snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 58.0716910000192, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 58.58287800010294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 57.909869999974035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 58.990409999969415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 59.72534999996424, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 59.06161900004372, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 57.614319999935105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 57.0976269999519, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 0.5452079999959096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 57.58492399996612, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 56.41569199995138, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.50235500000417, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 56.86422099999618, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.97773000004236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.88423399999738, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 57.06672600004822, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 56.83756000001449, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 0.4570829999865964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 57.79751999990549, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 58.13340699998662, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 60.110852000070736, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 57.74912699998822, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 59.311733999988064, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 57.7697090000147, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 57.20919199998025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 57.302680999971926, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 0.4550099999178201, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 58.842356999986805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 58.755603000056, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 58.12740200001281, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 56.88371000008192, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 57.985266000032425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 57.647694999934174, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 57.53408000001218, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 56.68380400002934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 0.44038299995008856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 57.76675800001249, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 57.16247799992561, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 57.60239100002218, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 57.324934000032954, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 59.289400000008754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 57.834728999994695, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.926367000094615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 57.039117000065744, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 0.42820999992545694, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 58.58358799992129, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 57.98243500001263, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 57.06036300002597, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.79039500001818, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 57.41344300005585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 57.475619000033475, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.665297999978065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 58.376668000011705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 0.5081289999652654, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 59.708025000058115, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 57.36308000003919, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 58.298846999998204, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 58.10988899995573, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 57.49268399993889, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 57.12476399994921, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 57.820905999979004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 59.580796999973245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 0.5347889999393374, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 60.09715399995912, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 59.56548899994232, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 58.631452000001445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 57.58904099999927, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 58.23372599994764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 58.66951399995014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 59.08238300005905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 58.51194300001953, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 0.5086400000145659, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 59.00485300004948, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 58.90575400006492, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 57.680907000089064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 58.43664400000125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 59.91613500006497, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 58.64076599990949, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 58.67881499999203, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 58.46741699997801, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 0.46958699997048825, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 59.40671799995471, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 57.09155600005761, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.96845099993516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.146705999970436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.487208000035025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.46060700004455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.78369100007694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 57.03931699995883, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 0.5014369999989867, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 58.12989700003527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 58.63280300004408, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 57.510593999992125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 57.7628450000193, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 57.29651599994395, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 58.84441100002732, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 58.22918399993796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 57.84591300005559, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 0.45129299990367144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 59.484868000028655, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 57.80741900007706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.757392000057735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 57.64774300006684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 57.17384099995252, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.866934000048786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.95820700004697, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 59.065145000000484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 0.5155530000338331, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 57.79407499998342, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 58.03146199998446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 56.23204999999143, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 57.604003000073135, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 58.49750200007111, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 57.81025199999567, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 57.31593499996234, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 70.0982190000359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 62620.74027899996, "end": 63917.56757200003, "runtime": 1297, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 34, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.5088809999870136, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.281099000014365, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.556328000035137, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8897429999196902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.9241369999945164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.20244299992919, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.32186699996237, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4644580000312999, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 2.7150419999379665, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.1350000000093132, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.8402699999278411, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0838650000514463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.779873999999836, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.52851700002793, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.4601089999778196, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.5153619999764487, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.899169999989681, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7939629999455065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.2056729999603704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 58.68727800005581, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 56.52389299997594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.497620000038296, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.4785329999867827, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.8602470000041649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7788350000046194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7226100000552833, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 57.44584099994972, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 57.05057600000873, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.4589179999893531, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.8991779999341816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.0489400000078604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7608020000625402, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.8031109999865294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 59.09750899998471, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 56.98310800001491, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.41984400001820177, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.4800149999791756, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.804052000050433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7791660000802949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7788150000851601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 56.29517399996985, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.57967100001406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.48678000003565103, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.4695449999999255, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.8601170000620186, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7293320000171661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7365860000718385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.95464500004891, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 57.66325600002892, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 272, "numPendingTests": 0, "perfStats": { "start": 63955.12671499996, "end": 82597.099766, "runtime": 18642, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 32, "unmatched": 16, "updated": 0, "uncheckedKeys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary.js" ], "duration": 0.42310000001452863, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 88.16813700005878, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.05353000003379, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.02847399993334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.39148300001398, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.18575999990571, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.12463099998422, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.36127100000158, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.888653000001796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 0.8106749999569729, "failureMessages": [ "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 57.81688399997074, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.56255000003148, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.91066299995873, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.95459600002505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.67125600005966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 57.51355399994645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.74524700001348, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.88591300009284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 0.6018349999794737, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 111.18702700000722, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 106.94210899993777, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 72.24702100001741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 74.21893600001931, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 87.19047000003047, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 76.7601550000254, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 76.67165599996224, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 77.38396499992814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.9105020000133663, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 89.9520720000146, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 69.43891300004907, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.00752099999227, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.54243999999017, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.18028400000185, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 72.9659559999127, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.73809700005222, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.6589990000939, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 0.7324179999995977, "failureMessages": [ "nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 66.5919630000135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 66.62745699996594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 60.28554599999916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 60.026339999982156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 59.39281999995001, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 61.04458300000988, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 61.4895709999837, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 59.44520299998112, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 1.580223000026308, "failureMessages": [ "nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 87.8100760000525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 79.7374660000205, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.37785200006329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 72.06869800004642, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 72.30738400004338, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 70.49764600000344, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 77.98737600003369, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 71.21471299999394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.4398620000574738, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 60.50054499995895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 60.00636200001463, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.71489900001325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 59.46420599997509, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.32628499995917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 59.051377999945544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.96616800001357, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.94481999997515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.45253600005526096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.909433000022545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.0148760000011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.43953600001987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.118461000034586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.327989999903366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.6589999999851, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.95506900001783, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.47248600004241, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 0.5296190000372007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 66.52217699994799, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 61.246001000050455, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 60.54979300010018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 61.626648000092246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 60.12508600007277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 60.871191999991424, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 61.65773400000762, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 62.66762900003232, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 0.8857149999821559, "failureMessages": [ "func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 59.34683700010646, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.80706400005147, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.62617800000589, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 58.274132000049576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.37918399996124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 58.00051300006453, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.37901499995496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.95280000008643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 0.5769280000822619, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 119.53329499997199, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 86.36290900001768, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 79.1102209999226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 75.76012999995146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 77.58872299990617, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 76.55321100004949, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 80.63664699997753, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 74.83109400002286, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 7.171469000051729, "failureMessages": [ "indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 81.75960700004362, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 71.70960800000466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 62.00472300010733, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 63.040101999999024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 62.012430000002496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 64.63975600001868, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 63.451075999997556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 66.70146899996325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 0.7131019999505952, "failureMessages": [ "nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 61.87012700003106, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 61.55890599999111, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.31116699997801, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.321265000035055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.240534999989904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.86043000000063, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 62.233937000040896, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 61.1075210000854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 1.1340789999812841, "failureMessages": [ "nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 75.95475000003353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 73.54669200000353, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 66.9633840000024, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 68.111094999942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.66592399997171, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.52234299993142, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 68.95959499990568, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.34992599999532, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 0.4880120001034811, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 59.47635500004981, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 60.09213500004262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 58.978120999992825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 60.23560100002214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 59.026860999991186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 60.18650800001342, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 59.30106800002977, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 58.634078999981284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 0.45773499994538724, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 62.037142000044696, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 60.837932999944314, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.699247999931686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.25753699999768, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.94041500007734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.58882699999958, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 60.27097299997695, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.95118500001263, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 0.4724829999031499, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 61.00323399994522, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 61.085884999949485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 60.40887899999507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.2042669999646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.58170199999586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.089486000011675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.86259999999311, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.535315999994054, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 0.7416260000318289, "failureMessages": [ "func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 57.647429000004195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 58.16695400001481, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 57.28391300002113, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.48564799991436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.85780599992722, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 57.0279660000233, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.91237399994861, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.3195719999494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 0.5324649999383837, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 85.8275980000617, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 78.23621599993203, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 76.52387100004125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 75.62092000001576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 68.73046999995131, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 70.34262299991678, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 75.07127700001001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 75.58080900006462, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 0.8636140000307932, "failureMessages": [ "indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 73.15280099993106, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 70.38701099995524, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 67.12020300002769, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 62.03118900000118, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 60.795118999900296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 63.25939599995036, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 64.15588499989826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 63.637374999932945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 0.7962180000031367, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 62.760405000066385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 61.4510790000204, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.68233199999668, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.45399099995848, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.673914000042714, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 60.31605599995237, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 60.75669100007508, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 60.196228999993764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 1.1417629999341443, "failureMessages": [ "nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 76.14918900001794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 71.41697000002023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 65.20298199995887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 67.60004099993967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 64.64973599999212, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 66.98519899998792, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 69.093942000065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 67.94474099995568, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 0.44588300003670156, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 59.49527700000908, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 59.14519499999005, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.37579199997708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 57.89512200001627, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 57.77616799995303, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.748760999995284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.52548700000625, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.07778900000267, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 0.4817299999995157, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 61.710192000027746, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.30061699997168, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.38311299995985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.36180499999318, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.61308599996846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.105036000022665, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.35513699997682, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 57.979611000046134, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.529179000062868, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.52335800009314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.63582500000484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.506815000087954, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.537769999937154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.59473699994851, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.38588499999605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.191156000015326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.82591400004458, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6868330000434071, "failureMessages": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.419628000003286, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.250597999896854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.54033099999651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.92886300000828, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.86419700004626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.68022700003348, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.17512600007467, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.47910600004252, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6059020000975579, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 108.54342000000179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 80.43690500000957, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 74.77514199994039, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.11277600005269, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 72.14154800004326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 73.794859000016, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 75.87924799998291, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 72.1296769999899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.9121540000196546, "failureMessages": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.84043300000485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.14517100004014, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.024301999947056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 64.83373999991454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.427825000020675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.86389400006738, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 64.17648000002373, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 64.01908799994271, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.7344920000759885, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.56163199990988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.78180300001986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.41998400003649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.17413000005763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.945959000033326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.93197300005704, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.291522999992594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.0154320000438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 1.2776669999584556, "failureMessages": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 79.45698300004005, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 75.35625100007746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.21583400003146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.08435399993323, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.81694900000002, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.8689739999827, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 69.36930200003553, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.2235609999625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.46635100001003593, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.56655200000387, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.56422400008887, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.69746500009205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.46981499996036, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.803196999942884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.51555000001099, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.225238999933936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.23718499997631, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.44999100000131875, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.758932999917306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.81813799997326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.02358799998183, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.00134399998933, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.526722999988124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.01225799997337, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.9857909999555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.97356700000819, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 99, "numPendingTests": 0, "perfStats": { "start": 82676.44153999997, "end": 88434.303135, "runtime": 5758, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js" ], "duration": 0.4721619999036193, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 62.08420899999328, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 60.876945000025444, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.45312700001523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 57.66122900007758, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 60.77566799998749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.233956000069156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.170320000033826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.11368000006769, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 0.4940930000739172, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.94733100000303, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.11462100001518, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 59.58141800004523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 59.87215599999763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.648784999968484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 58.0622110000113, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 58.15994500007946, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.51998199999798, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 0.47652000002563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.26873499993235, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 57.27868099999614, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.84613199997693, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.091570000047795, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 57.98944700008724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.39130399993155, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.7451080000028, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 57.927561999997124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 0.413592999917455, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 56.79206999996677, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.20429799996782, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.439006000058725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 56.69375299999956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.45249000005424, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.947953999973834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.16434699995443, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.95014299999457, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 0.5161849999567494, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 58.556436000042595, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 59.21267000003718, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 58.17220599995926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.75801699992735, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 58.15010800003074, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.580743000027724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.92691999999806, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.41026699997019, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 0.42687799991108477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "newline.js" ], "duration": 60.068054000032134, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 59.920481999986805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.39116100000683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.87538600002881, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.83007100003306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.98502800008282, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 59.058388000004925, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.39801200001966, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.424762999988161, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.45358600001782, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.100148000055924, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.2773659999948, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.283079999964684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.85410800005775, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.028851000010036, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.80993099999614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 60.284862000029534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5471420000540093, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.94310899998527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.53049699997064, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.230938000022434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.549563999986276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.48107399989385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.010905999923125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.007967000012286, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.627027000067756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.2855830000480637, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.46325400006026, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.57838500000071, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.44681600003969, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.80492799996864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.847481000004336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.66831800004002, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.55009799997788, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.3393549999455, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.2909029999282211, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.2044440000318, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.38966500002425, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.12445400003344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.759597999975085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.8219879999524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.067698999890126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.26666900003329, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.8881939999992, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.3683280000695959, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.085032999981195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.468720000004396, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.257369999890216, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 58.387822000076994, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.89294100005645, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.860908000031486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.38306999998167, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.74132999998983, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 56, "numPendingTests": 0, "perfStats": { "start": 88469.76995799999, "end": 90565.21019900002, "runtime": 2095, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 29, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4425269999774173, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.68456800002605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.7724220000673085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.954312999965623, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.9154000000562519, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.362936000106856, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.668064999976195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4334299999754876, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.00029100000393, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.4899639999493957, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.9082080000080168, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0738960000453517, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.38659200002439, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.623197999899276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.5206330000655726, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 59.672592999995686, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.1919680000282824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7675139999482781, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7379589999327436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 82.29318200005218, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 59.35860799998045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.4906770000234246, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 56.77867599995807, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.3266790000488982, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.8482349999248981, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7773230000166222, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 56.94211299996823, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 57.095760999945924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 0.46489800000563264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 58.55816299992148, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 57.515958999982104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 58.37856600002851, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 57.92915000009816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 58.11559699999634, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 57.998172000050545, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.520081999944523, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 59.37450100004207, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.3712519999826327, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.8755360000068322, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.775008000084199, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 58.39132499997504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 57.88959799997974, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.5007060000207275, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 56.304755999939516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.2166330000618473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.8013469999423251, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7382890000008047, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 57.29897300002631, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 61.7491990000708, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.5158539999974892, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 58.117817999911495, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.142124000005424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.8364130000118166, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7461539999349043, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 57.79000799998175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 58.46165900002234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 41, "numPendingTests": 0, "perfStats": { "start": 90600.39749900001, "end": 91618.42151700001, "runtime": 1018, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 31, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-binding.js" ], "duration": 0.44598399999085814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.223431000020355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.795530000003055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 57.109187999973074, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 56.73490000003949, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7518449999624863, "failureMessages": [ "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 1.052657000022009, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7284819999476895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7060800000326708, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 58.82563300000038, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.45681399991735816, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 1.3205880000023171, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.9373720000730827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.8331659999676049, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 57.747489000088535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.7299640000564978, "failureMessages": [ "import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 1.035524999955669, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.8178879999322817, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.726628000033088, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 56.46657499996945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.7764899999601766, "failureMessages": [ "import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 1.1104750001104549, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.8080600000685081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.7802490000613034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 79.1587779999245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.5155629999935627, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 1.4041239999933168, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.8855740000726655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.7529370000120252, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 56.366446000058204, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.6933959999587387, "failureMessages": [ "import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 1.0404750000452623, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.8050740000326186, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7282610000111163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 57.16198000009172, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 1.6190949999727309, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.9211210000794381, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.760772000066936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7936519999057055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.8337479999754578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7721219999948516, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7201459999196231, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6712440000846982, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6609649999300018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.750391999958083, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 153, "numPendingTests": 0, "perfStats": { "start": 91659.18614000006, "end": 100339.054251, "runtime": 8680, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.3601029999554157, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.73180199996568, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.94536800007336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.74808100005612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.613125000032596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.639810999971814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.739109999965876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.58766299998388, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.01041599991731, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.29439000005368143, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.40680199989583, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.641764000058174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.18512899999041, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.05899699998554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.334880999987945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.93003000004683, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.22451899992302, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.53084799996577, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.3065819999901578, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.728984999936074, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.129717000061646, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.345020000007935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.74202099989634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.97399799991399, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.03701099997852, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.87742400006391, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 66.01312300004065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.29061300004832447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.96503599989228, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.19251500000246, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 59.83647600002587, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.77133000001777, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.37735999992583, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.33018299995456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.68130799999926, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.963605999946594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.37523200002033263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 58.01897800003644, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.594677000073716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.487225000048056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.9545709999511, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.63900099997409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 56.399342000018805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.459656000020914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.381859999964945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.29434000002220273, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.13373999996111, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.10752399999183, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.3967549999943, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.665376999997534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.78161300008651, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.50914099998772, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.0364389999304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.599861999973655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.2940199999138713, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.13340699998662, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.8497539999662, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.27061400003731, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.09064700000454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.95188100007363, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.13222000002861, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.01846900000237, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.69243099994492, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.4480970000149682, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.39120399998501, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 57.5209470000118, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 57.31965099996887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.010359000065364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.55198700004257, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.575554999988526, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.585061000077985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.6998710000189, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.4538679999532178, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.54482700000517, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.50285499996971, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.90267399989534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.56441699992865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.467653000028804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.6705559999682, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.54184700001497, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.9903049999848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.4419259999413043, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.41174500004854, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 57.041445999988355, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.019167999969795, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.500073999981396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.67370399995707, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.081889000022784, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.71644899994135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.94592800003011, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.5179580000694841, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.246266999980435, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.32560999994166, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.10611799999606, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.31566100008786, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.26256800000556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.28759399999399, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.443008000031114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.60698199993931, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.45346700004301965, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.13535999995656, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.157983000040986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.41139199992176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.34291300002951, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.25048699998297, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.42695300001651, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.89324200002011, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.32724899996538, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.4354540000203997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.67167700000573, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.38586599996779, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.15631200000644, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.96754300000612, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.69978699996136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.06148699996993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.38908500003163, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.6881379999686, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.441073999973014, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.287154000019655, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.9494489999488, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.197840000037104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.350211999961175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.902205000049435, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.29502299998421, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.31600900006015, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.058824000065215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.4897849999833852, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.786794999963604, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.33152100001462, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.341826000018045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 58.13726800004952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 58.52663300000131, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.14135599997826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 58.169509000028484, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.08029099996202, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.43381000007502735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.970200999989174, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.11421800008975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.92816400004085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 58.95529399998486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.46486000006553, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.64816199999768, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.219014000031166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.489348000031896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 0.5045130000216886, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 57.93234699999448, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.39195799990557, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.19217700010631, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.64589399995748, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 57.9612930000294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.77072699996643, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 58.37314700009301, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.21749299997464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 158, "numPendingTests": 0, "perfStats": { "start": 100380.228497, "end": 107440.17194199999, "runtime": 7060, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 58, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "basic.js" ], "duration": 0.4657100000185892, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js" ], "duration": 58.86931600002572, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 58.208121000090614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 1.6011820000130683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 0.9600129999453202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 57.90903100010473, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 58.20445399999153, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4445410000625998, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.30750600004103, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.17720599996392, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1568820000393316, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7751080000307411, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 57.882134000072256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.020805999985896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.3980440000304952, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.737587000010535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.46359900000971, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.4410830000415444, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7689160000300035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.43962499999907, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.93913499999326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 0.4792750000488013, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 57.802060000016354, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.56684700003825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 57.05145199992694, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.71457399998326, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 58.35724899999332, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 59.135651999968104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.71243700000923, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 0.4483880000188947, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.4296350000659, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.00259399996139, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.621045999927446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.41237499995623, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.34844799991697, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 58.04441999993287, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.4289169999538, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.4318269999930635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 57.045360999996774, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 56.679183000000194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 1.1406710000010207, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.7875019999919459, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 58.92162899998948, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 56.888264000066556, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.45093199994880706, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 56.35567999992054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 54.57744099991396, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 1.2631299999775365, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.7552210000576451, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 56.12721199996304, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.90520999999717, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.48263199999928474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 55.537268999964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 55.64155800000299, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 1.2469689999707043, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.8553580000298098, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 56.22113400010858, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 57.05015699996147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.4607409999007359, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 58.50651400000788, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 56.9691800000146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 1.1727800000226125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.785838000010699, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 57.265228000003844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 58.335707999998704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.4481469999300316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 58.86295199999586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 57.729695999994874, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 1.1927389999618754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.8252619999693707, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 59.459425000008196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 57.90844599995762, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.441495000035502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 59.261770999990404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 57.994161000009626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 1.17793000000529, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.8095830000238493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 58.12045799999032, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 56.67972600006033, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.4658699999563396, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 57.26501299999654, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 59.277480999939144, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 1.2040190000552684, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.8110360000282526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.63251299993135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.39018699992448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.502098000026308, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.87179699994158, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.17828400002327, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 1.1677919999929145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.8022180000552908, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 55.38740000000689, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 56.98067199997604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.4488689999561757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 57.55898099998012, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.31412100000307, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 1.1488459999673069, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.7848859999794513, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 57.02449599991087, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.63291799998842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 0.4460229999385774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.26830799994059, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.470350000075996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.05269599996973, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.534508000011556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.43164299998898, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.70508400001563, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.24535600002855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 0.4411240000044927, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.67487099999562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.785977999912575, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 57.821945999981835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.995120999985375, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.36731900006998, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 57.24902699992526, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 58.144869000068866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.4726830000290647, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 59.04601399996318, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 55.73492000007536, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 1.1623010000912473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.8481550000142306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 57.153397000045516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 57.8270870000124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.5762770000146702, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 57.18612299999222, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.93067799997516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 1.1880299999611452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.8528730000834912, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.4017350000795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 57.61528799997177, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.5396079999627545, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 57.79858399997465, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.75459100003354, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 1.1703359999228269, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.861559999990277, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.87245200003963, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 57.15090400003828, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.43178700003772974, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.645525000058115, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.99445200001355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 1.25077699997928, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.8061860000016168, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.878163999994285, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.84932800009847, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.44732600008137524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 59.73782200005371, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.35166299995035, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 1.1926990000065416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.7856380000011995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.436618000036106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.15922699996736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.5343189999694005, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 58.00446599989664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.92478499992285, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 1.1607389999553561, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.7666530000278726, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.789334999979474, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 78.37893300002906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 26, "numPassingTests": 820, "numPendingTests": 0, "perfStats": { "start": 107494.17400900001, "end": 157252.97629800002, "runtime": 49759, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 78, "unchecked": 0, "unmatched": 26, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.47712199995294213, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.759672999964096, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.51283400005195, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.94878500001505, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.49299200007226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.19866700004786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.910269999993034, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.84906000003684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.84469399997033, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.4836430000141263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 60.05847199994605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.62582499999553, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.72302599996328, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.92734100006055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.10699100000784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.8120849999832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.74336800002493, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.899211999960244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 0.4984110000077635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 58.79619999998249, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 58.388741999980994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.450072000036016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 58.28537299996242, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 56.93858600000385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 56.74230100004934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.806959000066854, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.629309999989346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 0.46121199999470264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 62.239644999965094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 60.246360999997705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.612765999976546, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 61.652261000010185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 59.28702799999155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 59.43259099998977, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 60.02383600000758, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 57.834984999964945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 0.4376979999942705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 58.42756099998951, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.64257800008636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.167126000043936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 59.166163000045344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 58.19287499994971, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.69731800002046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 58.5162250000285, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 59.57832800003234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 0.45627199998125434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 58.94953000009991, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 60.0438280000817, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.26562199997716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.574024000088684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 55.63543599995319, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.341107999905944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.21344700001646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 58.36282999999821, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 0.4444099999964237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 71.93438400002196, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 63.15457699995022, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.73386999999639, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.439460999914445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.180003999965265, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 60.41858399997, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.82077799993567, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.102616999996826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 0.49870200001168996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js" ], "duration": 57.236706000054255, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 60.62848999991547, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 57.05533000000287, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 57.83347499999218, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.919485999969766, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.78758599993307, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.33071899996139, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.22947200003546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 0.664551000110805, "failureMessages": [ "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 84.72727999999188, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.77790200000163, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 58.20801900001243, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.836807000101544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.705087000038475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.54351600003429, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.86930999998003, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.97737999993842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 0.5635920000495389, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.83227200002875, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 62.821813000016846, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.924081000033766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.088535999995656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.6982330000028, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.909908999921754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.34809400001541, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.41847000003327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.5076080000726506, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.317671999917366, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.39404100005049, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.402230000006966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.54203800007235, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.681964999996126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.6651220000349, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.92911899997853, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.21062600007281, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 0.5045330000575632, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 60.602968999999575, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 63.0993610000005, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.919968000031076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 59.193819000036456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 55.94639699999243, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.55998800008092, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.58519100002013, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 57.620461999904364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 0.4409339999547228, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.61672399996314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.380129000055604, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 60.20549800002482, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.90833999996539, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.196538000018336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.391840999946, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.584661999950185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.13142499991227, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 0.49002599995583296, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 59.06343300000299, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 58.48517600004561, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 58.21836900000926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.32326100009959, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.14849900000263, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 57.11572900007013, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 57.946888000005856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 57.68511199997738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 0.47755199996754527, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 59.901380999945104, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 59.60037000000011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.38597000006121, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.42937399994116, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.27711500006262, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.14753700001165, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 59.91241499991156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 60.09788299992215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 0.43024299992248416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.81035499996506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.569427999900654, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.59787400008645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.05683999997564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.54772899998352, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.58582499995828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.78347600006964, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.890691000036895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 0.7232910000020638, "failureMessages": [ "empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.765162999974564, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 60.478509999928065, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 59.15771499997936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.995072000077926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.39184599998407, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.53256700001657, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.254131999914534, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 56.83401099999901, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 0.5369230000069365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 61.61933699995279, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.5339110000059, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.35947399993893, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.90174100000877, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 59.16388999996707, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 59.05668300006073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 59.16488599998411, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.32969300006516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7020010000560433, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 60.03074400010519, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.452877000090666, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.93314500001725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.53562800004147, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.623708999948576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.62155799998436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.03342500003055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.01681900001131, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 0.4293820000020787, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 57.26101999997627, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.75466099998448, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 57.0589049999835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.212095999973826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.18237900000531, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.37816900003236, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.962507999967784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.42048900004011, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.5118769999826327, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 86.17459700000472, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.45128499995917, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.86654399998952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 62.771463999990374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.398119000019506, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 63.22809099999722, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 63.03754499997012, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.601682000095025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.4303739999886602, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 62.476304000010714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.242824999964796, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.97114000003785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.241355999954976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.34678499994334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.05004900007043, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.54692600003909, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 62.757501999964006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 0.444671000004746, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 82.11012100009248, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 62.99959599995054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.6195669999579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.07670800003689, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.938048999989405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 60.16637700004503, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.40449800004717, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.851890000049025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 0.6076759999850765, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js" ], "duration": 72.31064999999944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 67.03943899995647, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.19705800001975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 64.03228399995714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 62.54851699993014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.86316900001839, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.932314999983646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 68.8792020000983, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 0.678446999983862, "failureMessages": [ "jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.07713099999819, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 58.39678800001275, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.337734000058845, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.27468899998348, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.550500999903306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.874060999951325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.95613399997819, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.37500400003046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 0.774187000002712, "failureMessages": [ "jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.42888400005177, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 61.58303800004069, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.7558410000056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.029979999992065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.054277000017464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.94095299998298, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 59.11597000004258, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 61.4127720000688, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 0.4394510000711307, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 60.98226499999873, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 62.13610200001858, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 59.9868130000541, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.04699800000526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.68269100005273, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 59.58824000007007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.8616280000424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.987294999998994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.47510799998417497, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 72.92143900005613, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 67.99648599990178, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.24168799992185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.73991100001149, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.56188100005966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.97777500003576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.212213999941014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.896425000042655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 0.44479099998716265, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 63.12586799997371, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 60.945982999983244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.602341999998316, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.99837199994363, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.6006060000509, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.12108099996112, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 58.23325299995486, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.89117099996656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 0.42426299990620464, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 58.749477999983355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 58.51251299993601, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.414303999976255, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.95546299999114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.56621299998369, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.70890299999155, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 58.021727000013925, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 58.492990000057034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 0.44178499991539866, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.13977700006217, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 58.66926999995485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.76630200003274, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.872395000071265, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.71421599993482, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.84689799998887, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.0054030000465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.30901399999857, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 0.7415660000406206, "failureMessages": [ "multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 60.749697999912314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 60.277668999973685, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.78750099998433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.30600899993442, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 60.204810000024736, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 60.9466839999659, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 89.10149999998976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.121085999999195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 0.5683320000534877, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 61.87165800004732, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 58.52751599997282, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.29139699996449, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.87389799999073, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.80430700001307, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.769587000017054, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.7310249999864, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.93062799994368, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 0.42889099998865277, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.11690399993677, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.98348900000565, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.05380600003991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.03708000003826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.72225999995135, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.57914199994411, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.316296999924816, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.51399999996647, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 0.9637710000388324, "failureMessages": [ "return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 75.20397400006186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 68.64370999997482, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 64.20128799998201, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 67.57625799998641, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 62.51591499999631, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 66.18139400007203, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 66.27124500006903, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 65.92447500000708, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 0.44608300004620105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.435616999980994, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.36688400001731, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.88583400007337, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.5080799999414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.4051300000865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.298237000009976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.30004999996163, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.09035099996254, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.41942299995571375, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.27376799995545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.07695200003218, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.92180999997072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.59126200003084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.412075000000186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.803679000004195, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.7168079999974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.27177900006063, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 0.6618469998938963, "failureMessages": [ "tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 66.20433000009507, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.69838499999605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 59.162079000030644, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.848241000087, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 57.931542000034824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.66040900000371, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 57.92224800004624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.57134300004691, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 0.4399820000398904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.362833000021055, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.36490199994296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 58.457313999999315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.6275420000311, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.58693300001323, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.69243500009179, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.716143000056036, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.89721600001212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 0.9384439999703318, "failureMessages": [ "trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 65.69915499992203, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 61.200156999984756, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.88818599993829, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.091118000098504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.888324000057764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.89464800001588, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.84990599995945, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 60.36819299997296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 0.9693110000807792, "failureMessages": [ "trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 60.850771000026725, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 59.38214900007006, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.62202300003264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.46261499996763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.548610000056215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.58900099992752, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.58928700000979, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 57.44029900000896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.422268999973312, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.37560300005134, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.76481999992393, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.77508599997964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.31671299994923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.26570200000424, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.06886699993629, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.54918600001838, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.18040299997665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6425809999927878, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.1752529999939725, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.915409000008367, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.991042000008747, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8580030000302941, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.0538190000224859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.09205199999269, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.1718600000022, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.29941500001587, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 0.42803900002036244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 63.68085400003474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 63.08051100000739, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.89932699990459, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.25577600009274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 62.19161500001792, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 63.99168500001542, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 63.04119699995499, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.83362599997781, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 0.4815299999900162, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js" ], "duration": 60.32838200009428, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 59.40001400001347, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js" ], "duration": 59.06496999994852, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js" ], "duration": 59.68537500000093, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 60.120014999993145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js" ], "duration": 59.52649099996779, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.160605999990366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.33012000005692, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.6554450000403449, "failureMessages": [ "snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.350242000073195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.28811600001063, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.06258999998681, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.77655399998184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.577264999970794, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.20023100008257, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.160086999996565, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.29230800003279, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.7405939999734983, "failureMessages": [ "snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 59.31543399998918, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 59.375358000048436, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.264458999969065, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.10020899993833, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.806793999974616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.99515199998859, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.03213599999435, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.98701899999287, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 0.5113950000377372, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.198841999983415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.638968999963254, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.70451100007631, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.2776920000324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.41071099997498, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.75814699998591, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.873245000024326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 72.21130700001959, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 0.549377000075765, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.02720000001136, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.19874899997376, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.99620500009041, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.071111999917775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.33315500000026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.41370899998583, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.65668699995149, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.4765919999918, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 0.431626999983564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.43726899998728, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.93898099998478, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 59.86554900009651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.83719900005963, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.21111099992413, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.18765500001609, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.647761999978684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.45165100006852, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 0.517015999997966, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 61.78391399991233, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 61.150572999962606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 60.37358399992809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 60.25170899997465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 58.93783700000495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 61.83830499998294, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.512926000053994, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.762263000011444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 0.4358150000916794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 59.49474700004794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 60.34550199995283, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.25915900000837, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.590962999965996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 59.82115000009071, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.832471999921836, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.35961399995722, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 59.720323999994434, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 0.44855800003279, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 60.18139899999369, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.49076700001024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.386657000053674, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 59.574878000072204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 60.01354600000195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 60.27996700000949, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 60.16319799993653, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 59.971858000033535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 0.4565129999537021, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 64.06914599996526, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 64.77535400004126, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 61.51769400003832, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 60.31438800005708, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.356326000066474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.384718999965116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.3004329999676, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 60.70318000006955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 0.4480370000237599, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.885886000003666, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 58.4545550000621, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.2107969999779, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.13716599997133, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.02229700004682, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.72704100003466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.256748000043444, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.77017000003252, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 0.7778630000539124, "failureMessages": [ "break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 59.85332200000994, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 58.21408499998506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.64924399997108, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 59.2706130000297, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.85869800008368, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.35741900000721, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.02253800001927, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.29778900009114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 0.49567600002046674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 58.92825800005812, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.486223999992944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.3454849999398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 58.23278099996969, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.67333800008055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.46537099999841, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.39614399999846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 58.838289999985136, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.4226699999999255, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 58.02247600001283, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 57.95403900009114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 57.68495200003963, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 58.07009900000412, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 57.85810099996161, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 57.87555499991868, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 58.73018099996261, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 57.453796999994665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 0.4954959999304265, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 59.42385500005912, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 59.603936000028625, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.860381000093184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 57.992201999993995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 57.589391999994405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 59.158033000072464, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 59.46550700010266, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.61732199997641, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 0.4639970000134781, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 59.320932000060566, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 60.027280000038445, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.60918699996546, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.98107400001027, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.39884299994446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.4396420000121, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.144140999997035, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.53777599998284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 0.4754180000163615, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.342222000006586, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.629275000072084, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 58.120724999927916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.484110999968834, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 58.15749900008086, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 58.599950000061654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 58.59896500001196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 59.24534400005359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 0.4971590000204742, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 61.140030000009574, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 58.98946299997624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 60.56413399998564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.46517999994103, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.252944999956526, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.295066000078805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.49246800004039, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 58.8812339999713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 0.5504590000491589, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.75055300001986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.43685399997048, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.756763000041246, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.736537000047974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.06492200004868, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.35532299999613, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.80651399993803, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.33797200000845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 0.720826999982819, "failureMessages": [ "empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.826247000019066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 61.24443599989172, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 59.52823900000658, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 60.99589999997988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.76132900000084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.90675799991004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.12723300000653, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.035960000008345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 0.45369799993932247, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 58.56604399997741, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 58.919582000002265, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 60.26808499998879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 60.1182779999217, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 57.87699000001885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 57.56501699995715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.69456600002013, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.91483899997547, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 0.6552029999438673, "failureMessages": [ "export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 61.13091000006534, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.88558799994644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.57461300003342, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.35735299997032, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.452470000018366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.56190400000196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.996380000025965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.71675400005188, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 0.5012759999372065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.495878000045195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.704443999915384, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.15486700006295, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.999033000087366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.95156900002621, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.62134700000752, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.22072600002866, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.703412000089884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 0.510865000076592, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 69.37868000008166, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 64.89697299990803, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 61.64261300000362, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 64.12086200003978, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 59.43941800005268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 62.86072300001979, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 68.6097379999701, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 68.70212799997535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 0.5456590000540018, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 60.52659800008405, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.60514199989848, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.85978699999396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.41924600000493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.868292000028305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 57.66254499997012, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.97723600000609, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.94224400003441, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 0.4955049999989569, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 78.12083999998868, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 63.40577099996153, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.99180800002068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.355420999927446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 60.047223999979906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 61.23896400001831, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 61.55175300000701, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 61.35053899988998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 0.6024250000482425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 70.66415500000585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 64.76970800000709, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 67.60662199999206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 63.339587999973446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 61.94784800009802, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 63.943925999919884, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 64.75963099999353, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 65.45411499997135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 0.7256859999615699, "failureMessages": [ "jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.32791999995243, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.74900900002103, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 58.194499999983236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.2007820000872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 58.437404999975115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.64911899995059, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 59.26347999996506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.855820000055246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 0.7130520000355318, "failureMessages": [ "jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 60.92509799997788, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 61.221725999959745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.984885999932885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.47730499994941, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.71638300002087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.469851000001654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.581119000096805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.264629999990575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 0.44545200001448393, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 61.262859000009485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 61.20392600004561, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.71186299994588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.167044000001624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.15375499997754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.743280999944545, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.05395299999509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.615194999962114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 0.4868289999430999, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 75.2428399999626, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 65.92310699995141, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.21073900000192, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.64213200006634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.217250999994576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 63.38043000001926, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.497955000028014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 65.06571100000292, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 0.4419660000130534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 61.75370300002396, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.265030000009574, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.76841699995566, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.84711999993306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.75412499997765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.89648299990222, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.69859699998051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.726130999973975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 0.4474059999920428, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.51985199993942, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.846771000069566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.78353499993682, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.77327700005844, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.9270859999815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.3542529999977, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.27913499996066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.48649700009264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 0.4409129999112338, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.86785199993756, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.480270000058226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.1532850000076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.143991000019014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.4507829999784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.52170600008685, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.13903600000776, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 59.18765900004655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 0.7459140000864863, "failureMessages": [ "multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 63.24218699999619, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 60.83591600006912, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 61.65201099996921, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 62.880200000014156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 61.27821300004143, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 62.6903469999088, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 60.60837899998296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 62.05072299996391, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 0.4635359999956563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 60.70229399995878, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.68953299999703, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 59.644094999996014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.63827300001867, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.76659700006712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.39043100003619, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.00270700000692, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.642208000062965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 0.45159399998374283, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.78856100002304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 57.97502600005828, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.37338100001216, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 57.88358899997547, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 60.22795200010296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.398832999984734, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.036269999924116, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.42638699989766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 1.0260969999944791, "failureMessages": [ "return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 73.96135300002061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 65.28014699998312, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 65.81998500006739, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 62.94255300005898, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 62.349446999956854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 63.53701899992302, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.85608699999284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.23662900005002, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 0.4382279999554157, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.830912000034004, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.301746999961324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.7800120000029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.41091299999971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.443831000011414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.08182000007946, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.318411999964155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.14185799995903, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 0.5026289999950677, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.4580099999439, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.82154499995522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.92735599994194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.37802900001407, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.06062000000384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.758796000038274, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.325574999907985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.322148000006564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 0.7145949999103323, "failureMessages": [ "tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 58.604999000090174, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 59.082386999973096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 59.0156100000022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.96687900007237, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 58.120680000050925, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.212080999976024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.97142800001893, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.217593000037596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 0.43694599997252226, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 58.22600499994587, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 58.49236499995459, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 58.96254099998623, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.53867599996738, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 58.25174600002356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 59.49773699999787, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 61.37044700002298, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 63.6719639999792, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 0.676844000001438, "failureMessages": [ "trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.68241900007706, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 62.40012999996543, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.049777000094764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 59.85719800007064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 61.526759999920614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.64322599989828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 61.443129999912344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 61.18712800007779, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 0.6419499999610707, "failureMessages": [ "trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 57.07487099990249, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 57.45942200010177, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 58.225373999914154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 58.609737000078894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 57.46052800002508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.507525000022724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.33731999993324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.83121700002812, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 0.44490200001746416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.4755839999998, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.19157100003213, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.84046500001568, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.617023000027984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 58.652222999953665, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 58.350219999905676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 58.1932149999775, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.33534799993504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.688776999944821, "failureMessages": [ "tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 2.433707000105642, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 1.382382999989204, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.9888870000140741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.8045140000758693, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.7647789999609813, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 58.43147900002077, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 58.39795199991204, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 59.327595000038855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 0.45862699998542666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.336607999983244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.550608999910764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.97382800001651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.458660000003874, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.76361100003123, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.25117199996021, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.21285899996292, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.41174199990928, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 0.5058949999511242, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 63.120053000049666, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.01712799991947, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.20566899992991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 79.37906399997883, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.541559000033885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.13477000000421, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.317900999914855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.57101500011049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.8001950000179932, "failureMessages": [ "snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 58.08630700001959, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 58.83241400006227, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.32315499999095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.94695899996441, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.04103999992367, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.158817999996245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.91359300003387, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 58.82801900000777, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.8075689999386668, "failureMessages": [ "snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.9341429999331, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.23829000000842, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.66751199995633, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.31166500004474, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.4957230000291, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.034802000038326, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.59280600002967, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.73547100008, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 157312.05838700006, "end": 158514.22446999996, "runtime": 1202, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 0.6317700000945479, "failureMessages": [ "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 58.75542800000403, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 59.22266099997796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 60.49800999998115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 59.31729799997993, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 1.1997810000320897, "failureMessages": [ "snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 62.58921599993482, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 60.74862100009341, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 59.56775199994445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 59.052046000026166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 0.8448380000190809, "failureMessages": [ "snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 59.76063300005626, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 59.994426000048406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 59.94337800005451, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 59.33001199993305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 0.9247979999054223, "failureMessages": [ "snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 58.394659999990836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 60.14342600002419, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 61.823159000021406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 61.29153599997517, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 158564.79331400007, "end": 158811.07441399997, "runtime": 246, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.6267510000616312, "failureMessages": [ "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 1.2993779999669641, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.8090010000159964, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.7294930000789464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 57.930649000103585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.6216809999896213, "failureMessages": [ "import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 1.0650899999309331, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7725530000170693, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7201249999925494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 57.891381000052206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 1.4438979999395087, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7622639999026433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.6814630000153556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.685230000060983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7426979999290779, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7671829999890178, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6504349999595433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6447940000798553, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6228639999171719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7129819999681786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 158859.81737500004, "end": 159336.06452199997, "runtime": 476, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6683489999268204, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.273278999957256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.817968999966979, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7171099999686703, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 58.51511100004427, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.42634699994232506, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.2240170000586659, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7991329999640584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7147950000362471, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.25808399997186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.6182150000240654, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.1416730000637472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7774329999228939, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7418060000054538, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 57.62917400000151, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6178639999125153, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0612030000193045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7652090000919998, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7375880000181496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 56.90534800000023, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 159386.49480699998, "end": 159870.56430699996, "runtime": 484, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6719649999868125, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.1493270000210032, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7477269999217242, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6955490000545979, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 56.68445000005886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.44963100005406886, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.1538650000002235, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.8110649998998269, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7277499999618158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.51176799996756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7002179999835789, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.1157639999873936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.8274749999400228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.797378999995999, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 60.615961999981664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6689400000032037, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.073346000048332, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7813789999345317, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7257560000289232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 59.395711000077426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 18, "numPassingTests": 248, "numPendingTests": 0, "perfStats": { "start": 159939.32081899996, "end": 176264.88010200002, "runtime": 16326, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 18, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 0.47074000001884997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 59.643238999997266, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 59.998850999982096, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 60.90368000010494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 60.15601500007324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 61.172423999989405, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 60.33512399997562, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7227999999886379, "failureMessages": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 70.33066999993753, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 65.08164200000465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 64.10929400008172, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 67.0870710000163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 68.14834999991581, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 66.83667999994941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5080890000099316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 60.586842000018805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.72185900004115, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 61.11761099996511, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.95980299997609, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 60.09835700003896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.225371000007726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 0.430835000006482, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.58207000000402, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 62.97864099999424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.76678399997763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.594535000040196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.6923849999439, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.235956999938935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6575380000285804, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 99.32682499999646, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 79.51731899997685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 85.12526300002355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 79.06482299999334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 80.58080799994059, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 82.3290210000705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7802469999296591, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 63.42542300000787, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 61.06467300001532, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 60.228019000031054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 60.92817400000058, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 60.80087999999523, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 61.14661799999885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7217779998900369, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 59.452226000023074, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 59.94612700003199, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 59.26335999998264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 59.76714299991727, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 61.913953999988735, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 61.718862000037916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8745639999397099, "failureMessages": [ "comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 66.52696200006176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 62.309338000020944, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 61.95360499992967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 61.095425000065006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 63.278824000037275, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 62.90048599999864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 1.7382079999661073, "failureMessages": [ "curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 83.8531269999221, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 78.84317100001499, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 84.3185569999041, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 70.62735600001179, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 75.46883000002708, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 83.20722300000489, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8149829999310896, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 61.288558000000194, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 60.143986999988556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.34581900003832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.865392000065185, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.319198000011966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 60.43963299994357, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4359740000218153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 61.78898799989838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.01547300000675, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.09988999995403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.42862399993464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.88199000002351, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 62.182203999953344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9298569998936728, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 69.29078400006983, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 68.65971799998078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 64.00798400002532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 62.79275900009088, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 66.21919199998956, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 67.0097680001054, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 0.44129400001838803, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 61.63764600001741, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 59.83825400006026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 60.7418469999684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 60.201114999945275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 61.94304899999406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 60.76364799996372, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6522089999634773, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 61.01725999999326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.832948000053875, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.68499300000258, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.93122199992649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 62.55544600007124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.68060299998615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.489475000067614, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.74497999995947, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.81161199999042, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.24941799999215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.785781000042334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 61.17300599999726, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.75222699996084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 0.446343999938108, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 59.907995000015944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 59.984195000026375, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 59.678725999896415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 60.031316999928094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 59.609221999999136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 59.45360000000801, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4474059999920428, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 60.07010300003458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.83123800007161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.51726500003133, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 60.219565999927, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.9474109999137, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 58.359723999979906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 0.47763199999462813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 64.89925000001676, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.109024000004865, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 60.47451099997852, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 63.097956000012346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.1256229999708, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.13635699998122, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7670439999783412, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 2.403580000041984, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 1.1479050000198185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 1.0238130000652745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9627979999640957, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 65.70877599995583, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 62.962430000072345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4648180000949651, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.395769999944605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.81950500002131, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.898348000016995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.53684199997224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.67608699994162, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.30452800006606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6568770000012591, "failureMessages": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.7971129999496, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.21791399992071, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.779410999966785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.80576499993913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.1603190000169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.0987689999165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.46782400005031377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.016873999964446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.28798999998253, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.01110100001097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.39629699999932, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.761616999981925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.33584299997892, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.42216900002676994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.965455000055954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.40655000007246, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.42773599992506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.13402600004338, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.065369000076316, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.45801000006031, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.667786999954842, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 78.93953199998941, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.77774099993985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.10088599997107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.25952700001653, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 82.11869800009299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 81.21830900001805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7188629999291152, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.04293800005689, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.645231000031345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.28545500000473, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.18995100003667, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.20909199991729, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.0648720000172, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6789280000375584, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.06183200003579, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.55912599992007, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.01455099997111, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.28805099998135, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.325945000047795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.632657999987714, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9182049999944866, "failureMessages": [ "comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.0373350000009, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.47307499998715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.65170499996748, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.99718900001608, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.365042999968864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.015741000068374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.4609390000114217, "failureMessages": [ "curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 83.9832109999843, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.09733200003393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.6231319999788, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.7695539999986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.69921600003727, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 78.37800799997058, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6972120000282302, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.20132800005376, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.25499300006777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.600242999964394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.98657099995762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.80521699995734, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.17277699999977, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5714869999792427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.2111740000546, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.928905999986455, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.81573400006164, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.30307200003881, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.65965499996673, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.806520999991335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8669090000912547, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.5368460000027, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.86633300001267, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.69924600003287, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.90503999998327, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 83.45026199996937, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.51180199999362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4456019999925047, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.88801300001796, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.65831500000786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.618630999932066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.79704199999105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.631415000068955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.657546999980696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6668559999670833, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.24106899998151, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.65231000003405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.01946500001941, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.65249600005336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.29582799994387, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.00028999999631, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4321369999088347, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.47039199993014, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.94027400005143, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.42947000009008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.61043499992229, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.611479000071995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.68677299993578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.3925730000482872, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.4941000000108, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.35993299994152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.23421000002418, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.8453730000183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.50074399996083, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.34096900001168, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.40989500004798174, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.02448300004471, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.36797999998089, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.28359099989757, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.94827599998098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.61588800000027, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.34505900007207, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4066089999396354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.96933300001547, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.763679999974556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.558247999986634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.60768899996765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.23993999999948, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.36441299994476, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6728069999953732, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.9067819999763742, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.0415060000959784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.881997000076808, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9303780000191182, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.55784300004598, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.293955000001006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 176336.22736800002, "end": 180515.003968, "runtime": 4179, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.6532809999771416, "failureMessages": [ "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.05583399999887, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.4161750000203, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.265510000055656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.63673500006553, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.08018699998502, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.36311199993361, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4035539999604225, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.82017799990717, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.93393900000956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.29814600001555, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.745251000043936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.354018999962136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.09906299994327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4641970000229776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.26432299998123, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 1.5036889999173582, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.8561090000439435, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.53682200005278, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.18528799992055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.85689699999057, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4148849999764934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.04959199996665, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.111627999925986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.09712900000159, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.41395700001158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.604741999995895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.23096600000281, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4548300000606105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 88.59239100001287, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.0261359999422, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.83966699999291, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.00161400006618, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 69.42670599999838, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 68.79063099995255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 0.599910999997519, "failureMessages": [ "escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 60.406912000034936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 59.74524499999825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 59.924054999952205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 60.06496700004209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 59.12594399997033, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 59.29689100000542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 0.41634800005704165, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 58.74815600004513, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 58.723049000022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 59.330275999964215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 59.52684099995531, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 59.57471399998758, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 58.57176099997014, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.40294300008099526, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 59.85937900003046, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 1.3374990000156686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.8445470000151545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 58.727978999959305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 59.760120999999344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 60.411846999893896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 0.491437999997288, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 60.50529100000858, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 58.82244899997022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 58.02039199997671, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 59.7009600000456, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 59.54729600006249, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 61.75246300001163, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 0.46745400002691895, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 81.77818399993703, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 71.70518600009382, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 73.83230000000913, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 66.41216599999461, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 68.39940200001001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 68.38343899999745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 92, "numPendingTests": 0, "perfStats": { "start": 180580.86328400002, "end": 186598.33482699998, "runtime": 6017, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.48259199992753565, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.654243000084534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 62.04785900004208, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 60.99432099994738, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 62.573185999994166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.4494999999878928, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 60.052301999996416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.31276300002355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 60.23206700000446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 60.39014499995392, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.90863800002262, "failureMessages": [ "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.62569599994458, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 67.34229999990202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.03596300003119, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 63.83518699998967, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.4607310000574216, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.80513100000098, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.1429970000172, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.30533300002571, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.48395000002347, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.5141400001011789, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.77535600005649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.76092100003734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.43407299998216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.494457999942824, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.43834899994544685, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.042903000023216, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.46836900000926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.25997799995821, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.34469299996272, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.44094400003086776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.22300999995787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.7342939999653, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.2920949999243, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.81645100004971, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.7803580000763759, "failureMessages": [ "objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 62.73324400000274, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 62.356076999916695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 63.222437000018544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 65.91983199992683, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.42540399997960776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.28335100004915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.0750639999751, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.14322500000708, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.32832800003234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4307949999347329, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.85998599999584, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.024815000011586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.595020000007935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 60.49648299999535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.6419590000296012, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.71304900001269, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 60.98764800000936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.28945099993143, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.641287000034936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.4283900000154972, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.552125000045635, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.651778999948874, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.06951499998104, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.97202499990817, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.8464919999241829, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 61.90087000001222, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.26902100001462, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.70708900003228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.94142899999861, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.5063060000538826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.28697499993723, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.64262999990024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.02183199999854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.69140899996273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.6409470000071451, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.08748799993191, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.99421699997038, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.0254089999944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.2435439999681, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6666960000293329, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 60.04395600000862, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.12858600006439, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 64.21504899999127, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.54841399996076, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4433190000709146, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.253194999997504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.1150829999242, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.56791500002146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.94454499997664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.89678399998229, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.07902800000738, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.19735100003891, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 60.713736000005156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.89806400006637, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4743260000832379, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.579858000040986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.43414400005713, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.848638000083156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.75475500000175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6284739999100566, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.686929999967106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.70319099992048, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.297185999923386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.27139899996109, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 186666.956678, "end": 190117.45349599997, "runtime": 3450, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4377980000572279, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 71.32451399997808, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.1792579999892, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.7100629999768, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 68.05047200003173, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.00303300004452, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.23767800000496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.2589320000261, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.46244500007015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4530869999434799, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.68521500006318, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.7637719999766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.13416000001598, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.03092499997001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.66380500001833, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.36970200005453, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.30804899998475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.854237999999896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 0.43786800000816584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 92.94952799996827, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 65.09026199998334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 64.57310799998231, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 64.87491799995769, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 61.57987699995283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.14090199989732, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 64.29109499999322, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 66.44936299999245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 0.5732909999787807, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 60.83789900003467, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 59.68979800003581, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.76120499998797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.30095699999947, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.98026700003538, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.840328999911435, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.502746000071056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.30497199995443, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6090680001070723, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 91.56333999999333, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 66.58483399997931, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 62.65429000009317, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 64.9237059999723, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 64.13968799996655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 64.7655800000066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 66.36285299994051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 66.15008699998725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 0.42108599992934614, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.10041600000113, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.39449600002263, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.90976700000465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.258294000057504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.50654400000349, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.8128260000376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.82488299999386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.992667000042275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 190174.80807099998, "end": 192345.09082800004, "runtime": 2170, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "shebang-newline.js" ], "duration": 0.46983800001908094, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.77883000008296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 60.61089999997057, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 59.388428000034764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 60.14990299998317, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 60.353378999978304, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 62.172860999940895, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 60.21709299995564, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 59.66222399997059, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 0.43371000001206994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.53191599994898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.86061799991876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.56061099993531, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.3205640000524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 60.17266499996185, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.18397799995728, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.76908800005913, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 62.240523000014946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.4885319999884814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 60.47933100000955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.74001900001895, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.23667199991178, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.95359199994709, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 60.244662999990396, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.982966999989, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.08036499994341, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.681547999964096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.48511600005440414, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.3204830000177, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.543103000032715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.846979000023566, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.50254000001587, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 60.146338999969885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.02091299998574, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.28868500003591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.81250400003046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 192402.15060300002, "end": 193195.48214499996, "runtime": 793, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6883859999943525, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.3519549999618903, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.9175739999627694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8359009999549016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.492742000031285, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8814860000275075, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.0265270000090823, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.6910810000263155, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7143050000304356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 63.01741999993101, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 0.44110399996861815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 57.6572509999387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.83379800000694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.14116599992849, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 59.10180299996864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0063699999591336, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.097961000050418, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7761999999638647, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7466049999929965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.60317400004715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.823158000013791, "failureMessages": [ "worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "worker.js" ], "duration": 1.142414000001736, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.8177980000618845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.9361789999529719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 60.759761999943294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 52, "numPendingTests": 0, "perfStats": { "start": 193258.52265300002, "end": 196231.74998300005, "runtime": 2973, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "delete-variable.js" ], "duration": 0.5934789999155328, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.35872700007167, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.56598699989263, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.2613400000846, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.018875999958254, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 60.02961799991317, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 60.330075999954715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 60.23018499999307, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.526807000045665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 0.44546299998182803, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.40654100000393, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.9793569999747, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.355188000015914, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 59.17640899994876, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.94386100000702, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.5168330000015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.17541100003291, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.562411999912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 0.43772799998987466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.94869299989659, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.29718200000934, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.776947999955155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.741634999983944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.56964300002437, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.82340200000908, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 60.358049999922514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.60666500008665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 0.6531500000273809, "failureMessages": [ "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 60.117071000044234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.79504800005816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.97544300009031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.990523000014946, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 60.1607260000892, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 59.59131599997636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 59.98337700008415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 61.12391600001138, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.6315690000774339, "failureMessages": [ "function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 2.2361970000201836, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 60.26840900001116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 1.202636000001803, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.8277960000559688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.7938330000033602, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 59.71371500007808, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 59.089705000049435, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.96967199991923, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 0.4901560000143945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 60.57772699999623, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 60.456819999963045, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 60.14073199999984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.971366000012495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 58.35676200001035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 58.82272399996873, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.90458500001114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.37643699999899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 268, "numPendingTests": 0, "perfStats": { "start": 196295.72214100003, "end": 212764.61184800003, "runtime": 16469, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 33, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "13018.js" ], "duration": 0.70473600004334, "failureMessages": [ "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "13018.js" ], "duration": 61.831467999960296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 62.54481200000737, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.129512000014074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.072761000017636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.7476500000339, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.57771199999843, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 59.620718999998644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.08306800003629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 0.4303139999974519, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 59.92114900005981, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 59.55796299991198, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 58.61276699998416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 59.49421200004872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 60.60204700008035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 60.15354600001592, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 59.03342100000009, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 59.93816799996421, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 0.48917399998754263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 61.5300419999985, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 61.26597199996468, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 58.64928199991118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.51381500007119, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 58.90539999993052, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 58.984229999943636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 58.32312399998773, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.48186100006569, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 0.47669999999925494, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 71.51042399997823, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 65.35755700001027, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 66.02906600001734, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 63.2849189999979, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 63.47048999997787, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 67.31056300003547, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 65.55882200004999, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 65.02626099996269, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 0.46266399999149144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 69.87137700000312, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 63.04619299992919, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 61.04846499999985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 62.18795500008855, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 63.7388590000337, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 61.656268000020646, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 60.3564100000076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.583734999992885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 0.4488580001052469, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 59.41274499997962, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 58.515618000063114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 59.35805099993013, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 58.9057389999507, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 60.06395900005009, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 59.31413600000087, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 60.53611500002444, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 59.32700700010173, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4411740000359714, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.65993500000332, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.28469399991445, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.50913000002038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.473317999974824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.12143100006506, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.81661600002553, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.22260500001721, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.88935399998445, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 0.494554000091739, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.09432400006335, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.20729699998628, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.59489000006579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.78629599988926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.02412999991793, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.19961500004865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.091247999924235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.87492700002622, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 0.43885000003501773, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 62.246022000093944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.119968000100926, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.63526699994691, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.16791000007652, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.92457100003958, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.06059100001585, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.01066399994306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.2530689999694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.43237799999769777, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.43669800006319, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.50405200000387, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.728103999979794, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.0443020000821, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.48973300005309, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.78877700003795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.20301100006327, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.758799999952316, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.45928900002036244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 64.37582099996507, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.18918600003235, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.20560400001705, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.27118199993856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.77736199996434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.233307000016794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.99120699998457, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.861279999953695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 0.4562930000247434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.02060400007758, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 60.50091499998234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 58.463663999922574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 60.06764599995222, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 58.564650000073016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.10663499997463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.754956000018865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.20109099999536, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 0.4412640000227839, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d3.js" ], "duration": 64.6089740000898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.35927599994466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 60.38755999994464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 61.95582999999169, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.3501919999253, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.901951000094414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 61.69797799992375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 63.29950500000268, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 0.44696500001009554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 73.4337860000087, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 65.6505059999181, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 62.92002700001467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 62.68481700005941, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.344727999996394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 64.68031499988865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.61992799991276, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.7079430000158, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 0.4679240001132712, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 61.0168620001059, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 65.37990899989381, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 62.39878399996087, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.69722699990962, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 61.78200300002936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 61.622716000070795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.745924000046216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 63.36340899998322, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 0.4972090000519529, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 62.26636800006963, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 61.846808000002056, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 63.124506999971345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 64.19679700001143, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 63.60118299990427, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 62.64169099996798, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 63.17372500000056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 62.93321099993773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 0.4426270000403747, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 58.10302099992987, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 58.62668699992355, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.67132299998775, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.393819999997504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.333496000035666, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.2722439999925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.48587500001304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.80587199993897, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 0.45757500000763685, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 61.53251399996225, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 62.099852999905124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 58.916660999995656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.72042300004978, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.64038400002755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 61.032785999937914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.41181799990591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 61.65285099996254, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 0.4909280000720173, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 63.18321300006937, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 62.054503999999724, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 61.5745290000923, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 61.683636000030674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 61.211501999991015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 62.12658799998462, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 62.38966200000141, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 62.16947199997958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 0.5848719999194145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 98.47260700003244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 88.0610469999956, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 84.81727800006047, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 78.26972300000489, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 78.98915399995167, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 81.30172400001902, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 79.54390399996191, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 83.5277149999747, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.441073999973014, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.78102300001774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 62.09659900004044, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.796123999985866, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.05691299994942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.21783700003289, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.693828999996185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.43304000003263, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 62.546352000092156, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 0.45576099993195385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 64.52235700003803, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 62.5045730000129, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 60.58778300008271, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 62.643865999998525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 61.82651300006546, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 63.434256999986246, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 62.84306199999992, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 62.17204600002151, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 0.45065200002864003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 62.94961300003342, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 61.03902200004086, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.627536999993026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 59.13650499994401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 59.70795199996792, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.772523000021465, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.24473499995656, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.55526299995836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 0.4391509999986738, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 64.04517200007103, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 63.97717600001488, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 61.80896000005305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 60.93132199998945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 61.71833599999081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 61.85866699996404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 62.43496600002982, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 62.723305999999866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 0.4420660000760108, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 60.65872900001705, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 60.01280999998562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 61.1992559999926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 60.38732900004834, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.91735899995547, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.925383000052534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.58702900004573, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.20074400003068, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 0.4457019999390468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 60.45758000004571, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 60.461200000019744, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.8467299999902, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.389062999980524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.60320000001229, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.572505000047386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 58.0826169999782, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 60.0965070000384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 0.44511199998669326, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 60.25767600000836, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.9526949999854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.667555999942124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.78720699995756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.79710100009106, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 61.72302499995567, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 62.24852599995211, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 61.6424709999701, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4930719999829307, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.98678700008895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.3337669998873, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.796033999999054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.63605500000995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.067779000033624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.274974999949336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.78875900001731, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.84909799997695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 0.44577300001401454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "this.js" ], "duration": 71.04735899996012, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 59.95072299998719, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.39656100003049, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "this.js" ], "duration": 59.321953999926336, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 58.429626000113785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.169977999990806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "this.js" ], "duration": 59.81361700000707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.126721999957226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6993569999467582, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.2926420000148937, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.4771799999289215, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9341560000320897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.822916999924928, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8000749999191612, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 61.068527000024915, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.38585399999283, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.87152599997353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 160, "numPendingTests": 0, "perfStats": { "start": 212843.51918, "end": 222526.38732200005, "runtime": 9683, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 21, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.4377369999419898, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.60736900009215, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.99217800004408, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.909042999963276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.64506500004791, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.13182799995411, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.89023000001907, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 65.1070400000317, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 69.65674400003627, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 0.4446699999971315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 61.48064299998805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 61.0566960000433, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.98781099996995, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 60.01819400000386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.74449900002219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 60.24072200001683, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.710840000072494, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.833252999931574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.46829500002786517, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.94810200005304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.571965999901295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.066387000028044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.716734000016004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.52954600006342, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.20090000005439, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.78987199999392, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.6194779999787, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4696569999214262, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.6638100000564, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.11269100010395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.60921300004702, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.98658000002615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.931388999917544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.10473300004378, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.159189000027254, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.980815000017174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 0.4373370000394061, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "equality.js" ], "duration": 60.320143999997526, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 60.66571299999487, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 57.682712999987416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.57850900001358, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.12971300003119, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 60.31760099995881, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 61.5780060000252, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 61.00908099999651, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 0.44550200004596263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exp.js" ], "duration": 61.18006200005766, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 60.60900599998422, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.48939400003292, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.34785899997223, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 60.00943299999926, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 60.488279000041075, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 61.274815000011586, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 61.952018000069074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.459588999976404, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.71230200002901, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.07181499991566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.90110999997705, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.27837600000203, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.849333000020124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.290767999948, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.02422600006685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.552321999915875, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 1.0805589999072254, "failureMessages": [ "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 71.09345599997323, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 71.85780899995007, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.637345999944955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.813733999966644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 66.00987199996598, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 63.13629100006074, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 60.80013100011274, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.5273659999948, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 0.438319000066258, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 61.70164999994449, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 61.73432899999898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 62.381285000010394, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.11177099996712, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.43546399998013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 61.84638799994718, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 63.05430800002068, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 62.22949699999299, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 0.4740360000869259, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 87.46516599995084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 67.41127200005576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.76704299997073, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 65.12206799990963, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 63.85176099999808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.86784300010186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.29745000007097, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 72.49199799995404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 0.5180479999398813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 64.62199900008272, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 71.71547199995257, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 59.762776000075974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.60292400000617, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.34595400001854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.74979599996004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.7500889999792, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.09705500002019, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 0.4623039999278262, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.54999599989969, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.69023200008087, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.87437099998351, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.8446840000106, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 57.260232000029646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.26728999998886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.36105199996382, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.4526949999854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 0.46101199998520315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "math.js" ], "duration": 62.86415699997451, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 60.860604999936186, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.86123299994506, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.16097399999853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.142148999962956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.752131999935955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "math.js" ], "duration": 60.789105999981984, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.08706099994015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 0.44358900003135204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "return.js" ], "duration": 61.94298199994955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 62.870811000000685, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return.js" ], "duration": 60.23982000001706, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return.js" ], "duration": 61.583158000023104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 61.61413400003221, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return.js" ], "duration": 62.878448999952525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return.js" ], "duration": 61.00531100004446, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 62.100476999999955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 0.4463339999783784, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 61.27430799999274, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 62.222314000013284, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 58.764641999965534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.33932500006631, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.7612519999966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 60.74843199993484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 62.242204000009224, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 65.68158199999016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.46361600002273917, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.110618000035174, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.5366830000421, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.92073800007347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.0468829999445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.013208999997005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.30971000005957, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.89093899994623, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.3021009999793, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6585000000195578, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.810821000020951, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.5005129999481142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9429409999866039, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8088609999977052, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7667519999668002, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.16018400003668, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.976359999971464, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.52856900007464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.4703290000325069, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.50751999998465, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.52078500005882, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.44302400003653, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.875296000042, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.078335000085644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.74157400010154, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.12308299995493, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.430874999961816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 156, "numPendingTests": 0, "perfStats": { "start": 222595.49132600002, "end": 232293.70907399995, "runtime": 9698, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 17, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "empty.js" ], "duration": 0.4564219999592751, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.09975699998904, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.80968100007158, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.97704699996393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.91850699996576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.05223000003025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.403964999946766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.79970500001218, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.62871800002176, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 0.6673670000163838, "failureMessages": [ "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.62759200006258, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.200735999969766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.18631799996365, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.88122199999634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.40366800001357, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.069415000034496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.059278000029735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 60.427986999973655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 0.9964019999606535, "failureMessages": [ "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 62.25401199993212, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 59.11763400002383, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.64468799997121, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 59.83505300001707, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.16628799994942, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.38327400002163, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.647615999914706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.65087300003506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 0.42134799994528294, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.33523500000592, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.694453999982215, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.049052999936976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.131065999972634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.77895099995658, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last.js" ], "duration": 59.27368700003717, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.32224699994549, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.75315500004217, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.42899200005922467, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 83.59876299998723, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.22874200006481, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.87885999993887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.09621999994852, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.13439699995797, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.36917099996936, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.48198699997738, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.34433400002308, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 0.43292900000233203, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.473752000019886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.28738900006283, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.87912400008645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 63.01982699998189, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 63.45884199999273, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.36527099995874, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.28475999995135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 64.17078100005165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 0.412800999940373, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 65.11939499992877, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 60.914103000075556, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.426292999996804, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 64.59622700000182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 60.83100799995009, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.239596000057645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.95301699999254, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.56206899997778, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 0.42872099997475743, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 63.546531999949366, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.95651199994609, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.71894799999427, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.96538700000383, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 59.67927099997178, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 59.9382419999456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.49659899994731, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.39908500004094, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 0.6684990000212565, "failureMessages": [ "numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 63.50608600000851, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 64.18866099999286, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.23441699997056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.29193900001701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.84665399999358, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 62.425388999981806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 62.791257999953814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.53279899992049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 0.4632149999961257, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.685207000002265, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.90145900007337, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 61.186306999996305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.298058999935165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.45675999997184, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.91282199998386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.22753899998497, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 61.58374700008426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 0.6882370000239462, "failureMessages": [ "numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 61.1851359999273, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 60.66731000004802, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 60.880327000049874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.9251360000344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.207644000067376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.31397499993909, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.29587500006892, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.50027099996805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 0.43729699996765703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.69158099999186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 61.71397599996999, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 61.87946799991187, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 61.33924500003923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.91090300003998, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.20748199999798, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.29572299995925, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.81626899994444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 0.6531500000273809, "failureMessages": [ "numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 61.52408300002571, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 63.135514999972656, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.05232600006275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.65922400006093, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.26946800004225, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 61.00402200000826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.90850000001956, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 61.258801000076346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 0.4431169999297708, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 66.74496899999212, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 64.93648000003304, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.930968999979086, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 63.035127000068314, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 61.45416300010402, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 61.857668000040576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 61.61843800009228, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 62.331008000066504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 0.4368659999454394, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 62.92590600007679, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 62.49917500000447, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.960052000009455, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.88615999999456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.21983599988744, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.0834470000118, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.29659299994819, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.0834470000118, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 0.4309459999203682, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 70.41297699999996, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 66.9533029999584, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.19801600009669, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 65.51847699994687, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.7552250000881, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 66.51994799997192, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 63.40647899999749, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.32866400002968, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 0.43621499999426305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.91809699998703, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 63.659860000014305, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.401009999914095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 60.57669900008477, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 60.837266999995336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.60021099995356, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.88408099999651, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.808320999960415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6306089999852702, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.0009259999496862, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.3628259999677539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.980312000028789, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8218950000591576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.763647000072524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.03122399991844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 61.2493770000292, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.84813100006431, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 232366.23839300004, "end": 233751.40655300004, "runtime": 1385, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "complex.js" ], "duration": 0.7862889999523759, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex.js" ], "duration": 62.96828999998979, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 62.96746399998665, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 59.67968699999619, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.041197999962606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 62.979128000093624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 62.5434940000996, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.071974999969825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 60.67867799999658, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 0.4553809999488294, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extends.js" ], "duration": 65.66994499997236, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.57941000000574, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 59.99502999999095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.14218299998902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 61.10682300000917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.32597799994983, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 67.0176930000307, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 64.61487199994735, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6779570000944659, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.059538000030443, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.8749730000272393, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8734019999392331, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7645780000602826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7611820000456646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.94771999993827, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.63678499998059, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.966464999946766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 162, "numPendingTests": 0, "perfStats": { "start": 233820.85136300005, "end": 243697.08685600007, "runtime": 9876, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 0.5202419999986887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.28453099995386, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 60.67240300006233, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 60.497441999963485, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 59.467830000096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.61636600003112, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 59.06181999994442, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.85540400003083, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.226728999987245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4405430000042543, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 61.78393200004939, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.73524299997371, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.23042500007432, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.56270500004757, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.14899499993771, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 60.12369700009003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.5326659999555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.722331000026315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 0.43917000002693385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.97898199991323, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.016554999980144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.442714000004344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.541513000032865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.80695300002117, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.03647699998692, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.27168499992695, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.060493000084534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 0.5043519999599084, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.89311299996916, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 60.01902100001462, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 60.11761399998795, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 60.29923600004986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 60.21976799995173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 60.63989900005981, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.89821000001393, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.55804299993906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 0.44458000001031905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 62.50551299995277, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 67.26119799993467, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 62.247224000049755, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 61.383678999962285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.41301899997052, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.94851500005461, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.12054299993906, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 61.300711999996565, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 0.5656269999453798, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 63.34641499991994, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 61.22367899992969, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 60.737962000072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 61.98645600001328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 61.11219499993604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 62.367484999937005, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 61.688656000071205, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 61.29342799994629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4286899999715388, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 58.541296000010334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 60.64984800003003, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 59.69706699997187, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 60.16929699992761, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 61.58835800003726, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 59.135230999905616, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 60.238163999980316, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 60.48255099996459, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4632149999961257, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 61.30779800005257, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 61.93322999996599, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 60.95034099998884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 60.55749999999534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 60.5825050000567, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 61.960261999978684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 61.51341400004458, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 62.58130399999209, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4381990000838414, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 61.75286799995229, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 61.3915590000106, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.98803799995221, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.94558900000993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 62.03176499996334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 62.50445599993691, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 62.60664800007362, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 62.16883700003382, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 0.47135999996680766, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 62.000333999982104, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.453473999979906, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.50056700001005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.902384000015445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.100725000025705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.061845000018366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.126239000004716, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.44611899997108, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4469550000503659, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.29977000004146, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 62.34385699999984, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.646271999925375, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.74609200004488, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.6875149999978, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.20249500009231, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.77394599991385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.708035000017844, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4815090000629425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 64.13281700003427, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 66.04600299999584, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 62.44849600002635, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 62.070922999992035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.80259400000796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 62.90631799993571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 64.22904600005131, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 62.50373099988792, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4503719999920577, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.06236099998932, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.54342999996152, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.46949200006202, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.46267200005241, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.194106000009924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.8299780000234, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.71816699998453, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.01004700001795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.44935899996198714, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.47385399998166, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.472625999944285, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.20471100008581, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.503238999983296, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.77023200003896, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.74678899999708, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.38544800004456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.547623999998905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4703479999443516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.771148999920115, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.7353900000453, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.60241699998733, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.27947499998845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.64480399992317, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.36177900002804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.264335999963805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.45224299991969, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.44801699998788536, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.358871000004, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.67534700001124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.77740699995775, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.78771800000686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.36878900008742, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.45793300005607, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.13251899997704, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.81244200002402, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4644079999998212, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.431755999918096, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.052161000086926, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.233170000021346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.61477200000081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.399805999943055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.478482999955304, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.69930600002408, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.151812999974936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.45098299998790026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.3009669999592, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.60547900001984, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.679084999952465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.834132999996655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.371061000041664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.74117199995089, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.771838999935426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.750908000045456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 71, "numPendingTests": 0, "perfStats": { "start": 243769.00446100003, "end": 247843.53480700002, "runtime": 4075, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bigint-key.js" ], "duration": 0.5245700000086799, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 1.8808640000643209, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 63.037038000067696, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 63.10639000008814, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 61.33205099997576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 60.991859000059776, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 62.026532000047155, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 60.915126999956556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 60.86363500007428, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 0.4944540000287816, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 61.9502710000379, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 63.65943200001493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.95288500003517, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.953939999919385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 60.204472000012174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.698395000072196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 61.06064799998421, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 62.20879599999171, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.4529160000383854, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 61.70880800008308, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 63.056626999983564, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.948632000014186, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.172151000006124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 61.634180000051856, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.473233000026084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.81252399994992, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.959296000073664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.7320980000076815, "failureMessages": [ "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression.js" ], "duration": 2.469262999948114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 6.528005999978632, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.1508799999719486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.0185530000599101, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.9224229999817908, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 63.111725999973714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 62.19266499998048, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 62.17214600008447, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 0.5022980000358075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 61.18519200000446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 60.71926500007976, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.6895530000329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 60.72995800001081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.69439499999862, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.729223000002094, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 60.23494800005574, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 60.595598999992944, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.4483479999471456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.503800999955274, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.37505400006194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.10847700003069, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.63477999996394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.5758940000087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.07531700003892, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.85448900004849, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.36776799999643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.4469649998936802, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.572845000075176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.20156199997291, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.24951300001703, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.98301500000525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.2459230000386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.73717099998612, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.69145699997898, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.14075500005856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 0.4680439999792725, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 62.66865200002212, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 68.95871100004297, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 60.02746799995657, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 60.91935400001239, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.33068799995817, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.844564999919385, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.53955500002485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.21420599997509, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 20, "numPendingTests": 0, "perfStats": { "start": 247908.702871, "end": 249001.772971, "runtime": 1093, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.44379900000058115, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 67.36210199992638, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.86555900005624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.511418999987654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.76412700000219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.83177799999248, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.33087599999271, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.589360999991186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 73.63038200000301, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.63805599999614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.78524999995716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.17311099998187, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.966199000016786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.55490600003395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7186430000001565, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 5.586405999958515, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.4605280000250787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.3288030000403523, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9947079999838024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 64.45708900003228, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 62.60658400005195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 85, "numPendingTests": 0, "perfStats": { "start": 249076.44494600006, "end": 254279.880787, "runtime": 5203, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.6006519999355078, "failureMessages": [ "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 2.2748800000408664, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 59.90999600000214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 1.1375450000632554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.9455759999109432, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 58.58051899995189, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 59.605938000022434, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 60.64820400008466, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 61.626250999979675, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.4358739999588579, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 59.97808100003749, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 59.709159999969415, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 1.0321890000486746, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.7394009999698028, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.74625299999025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 61.55505900003482, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 60.04964500002097, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 60.03892699989956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 0.4626850000349805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 64.50181099993642, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 63.9575059999479, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.66631699993741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.98284200008493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 62.27588399988599, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.6923999999417, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.045151000027545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.22493399993982, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.4771409999812022, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 65.07855800003745, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 65.07103600003757, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.10060100001283, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.88723100000061, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.48410200001672, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.8304890000727, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 62.87954799993895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.80799400003161, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 0.4969580000033602, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 61.4517980000237, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 61.840620999922976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.877408000058495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.63031999999657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.037571000051685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 60.32010199991055, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.87068900000304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.93789400008973, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 0.6526900000171736, "failureMessages": [ "issue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.50151099998038, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 62.23209099995438, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.883326999959536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 61.42052300006617, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.53413699998055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 62.121643999940716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.552154000033624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 59.749979000072926, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 0.645896999980323, "failureMessages": [ "issue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 62.43031899991911, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 61.53600799990818, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 61.52491799998097, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 61.19192999997176, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 60.17440799996257, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 59.174963000114076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 59.91546200006269, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 60.93298400007188, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 0.6437930000247434, "failureMessages": [ "issue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 60.64497899997514, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 60.513920000055805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 60.47969999990892, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.442192000104114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 60.4873629999347, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 60.3210029999027, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 60.23230499995407, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 60.564168999902904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 0.44328799995128065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 58.600800999905914, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.239102000021376, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 60.73687699995935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.795395000022836, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.26815100002568, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.52193199994508, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 60.563464000006206, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 60.12224799999967, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 0.6868430000031367, "failureMessages": [ "issue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 63.2424160001101, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.461892000050284, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.90051099995617, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.629844000097364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.24046300002374, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 63.34988499991596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.42422100005206, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.64869399997406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 30, "numPendingTests": 0, "perfStats": { "start": 254347.291331, "end": 255837.44891900005, "runtime": 1490, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.4286910000955686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 1.344541999977082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7299239999847487, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7384289999026805, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 58.920153000042774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 0.506755999987945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 64.2657739999704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 63.49195400008466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 63.20247800007928, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 66.87737599993125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 0.4579559999983758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 58.71202199999243, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.54134100000374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.55376999999862, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 60.532587000052445, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.4577649999409914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 1.1473740000510588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7839549999916926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7498909999849275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 59.391752999974415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 0.4415250000311062, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 63.74861200002488, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 63.85931299999356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 63.76814899989404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 66.2099510000553, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 0.5317740000318736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 60.00499899999704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 59.575301999924704, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 61.068636999931186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 60.54262399999425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 103, "numPendingTests": 0, "perfStats": { "start": 255904.66449200007, "end": 262188.82745300006, "runtime": 6284, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 0.6563149999128655, "failureMessages": [ "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 62.63078499992844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 61.60251699993387, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.85547499998938, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.378487000009045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.44980800000485, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 61.66612800001167, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.13845399999991, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 61.41060399997514, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 0.448136999970302, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 62.51587499992456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.81887999991886, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.84879100008402, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.55429500003811, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 61.3395620000083, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.715918999980204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 61.95601700001862, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.132305000093766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4363549998961389, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.06359099992551, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.08013800007757, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.31295100005809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.19836999999825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.6356369999703, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.806134000071324, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.11751400004141, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.68635900004301, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 0.4991830000653863, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 60.64345199998934, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.91845100000501, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.94836499996018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.42095900001004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 60.13213599997107, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.41384699998889, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.457794999936596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 60.09896500001196, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5005349999992177, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.41844999999739, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.17421099997591, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.03916799998842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.40543200005777, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.82117400004063, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.8270870000124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.63935599999968, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.49967699998524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.4699280000058934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 60.692837000009604, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 61.0512480000034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 1.1158249999862164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.7453919999534264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 60.4071619999595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 60.99359900003765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 59.58298099995591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 59.792989999987185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 0.7115590000757948, "failureMessages": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.82435000000987, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 61.81024200003594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 61.13362800003961, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.98633499990683, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.10993600008078, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.62410599994473, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 61.21839399996679, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 63.7264060000889, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 0.6677269999636337, "failureMessages": [ "bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 62.76842400000896, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 62.61319199996069, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 62.558755000005476, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 61.89400099997874, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 61.6136519999709, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 62.445042999926955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 62.58379699999932, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 61.79600000008941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.4593690000474453, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.562699000001885, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 60.29466900008265, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.2513419999741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.81158399989363, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.82376999990083, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 60.18238399992697, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.34933500003535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.468743000063114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 0.5954530000453815, "failureMessages": [ "same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.152591999969445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.37440600001719, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.94116499996744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.77182299993001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.12233499996364, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.5514930000063, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.35452900000382, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.730745000066236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 0.4734649999300018, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.71570199995767, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.83134900010191, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.60658499994315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 60.191216000006534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 61.76809000002686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 60.10982400004286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.70336599997245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.990694999927655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.7066810000687838, "failureMessages": [ "undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.896292000077665, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.762470999965444, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 1.091749000013806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.7398119999561459, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 58.65717100002803, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 60.48907999997027, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.83881600003224, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.54291900002863, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 262262.425657, "end": 264673.73678800004, "runtime": 2411, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "d-flag.js" ], "duration": 0.4383689999813214, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 59.20838199998252, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.65677800006233, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 57.070961000048555, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.425344999996014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.690702999942005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.83596499997657, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.778139999951236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.65057000005618, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 0.4194539999589324, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.51127899996936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 60.082304000039585, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 60.10098900005687, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.73645199998282, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.906545000034384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.84337800007779, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.1824740000302, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.37893999996595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.5694140000268817, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 64.99256000004243, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.37317199993413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.5836780000245199, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8026890000328422, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.7693570000119507, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.220160000026226, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.20331599994097, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.40885399992112, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4293319999706, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.138254999998026, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.181040000054054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.87402500002645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.905947000021115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.91158900002483, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.85170100000687, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.79021700005978, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.4253519999329, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 0.47451600001659244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.268309999955818, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.05512000003364, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 59.59239600005094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 60.39938999991864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.0529679999453947, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 60.02697799995076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 60.619286000030115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 60.051691000000574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 14, "numPassingTests": 66, "numPendingTests": 0, "perfStats": { "start": 264743.65935500007, "end": 269548.941005, "runtime": 4805, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 14, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.5521609999705106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.540099000092596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.93989100004546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.64075500005856, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 62.60808999999426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 1.0618640000466257, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 61.31139400007669, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.865611999994144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 61.043636000016704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 61.48486199998297, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.8277760000200942, "failureMessages": [ "range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 61.33634199993685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.783931999932975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.79478700004984, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.965033999993466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.9104010000592098, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.769329000031576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.102478999993764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.91503100004047, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.28075000003446, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6874539999989793, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.75610100000631, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.29395000007935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 61.14965899998788, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 61.03512000001501, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.8492770000593737, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.39063099992927, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.41927700000815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.595220000017434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.55291000008583, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.8633529999060556, "failureMessages": [ "range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.3275240000803, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.30698399990797, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.17896900000051, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.88779200008139, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.8478739999700338, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.408127999980934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.56518799997866, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.28785900003277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 61.00900800002273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.6421390000032261, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.41028599999845, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.16790000000037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.655449999962, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.552969999960624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.8755550000350922, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.044864000054076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.0535970000783, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.19651200005319, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.58224500005599, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7796160000143573, "failureMessages": [ "range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.62366100004874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.791730000055395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.40846499998588, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.11625900003128, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.9691510000266135, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.83363500004634, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.2109000000637, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.42422200005967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.011095999972895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.4847249999875203, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.30487699992955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.517008999944665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.592726000002585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.784425999969244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.8116859999718145, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.19174300006125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.716355000040494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.810122999944724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.17114999995101, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.811416000011377, "failureMessages": [ "range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.53947199997492, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 61.0952919999836, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.687099999981, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.80289599997923, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.7814200000138953, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.362160999909975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.19230100000277, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.5658879999537, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.55492200003937, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 269628.72368900006, "end": 272632.504638, "runtime": 3004, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 0.45122300006914884, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 61.67386700003408, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 60.630836999975145, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.91141900001094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.919931999989785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 60.67972500005271, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.22746199998073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 61.22398700006306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 60.57799799996428, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 0.5099130000453442, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.727532999939285, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 64.99478599999566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 59.472509999992326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 59.66136999998707, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.680251999991015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 61.77501899993513, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.36761300009675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 61.40355200006161, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 0.46371599996928126, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.5093489999417216, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.2714549999218434, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 58.19552199996542, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 58.84768699994311, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 59.757675000000745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 58.62127899995539, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 59.56165100005455, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 59.97326600004453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 0.4527660000603646, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.3244340000674129, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.2282549999654293, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 59.60412199993152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.44946400006302, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.72014899994247, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.81026800000109, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.54871900007129, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 59.20566900004633, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 0.4641570000676438, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.238308000029065, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.67221099999733, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.84823299990967, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 56.572563000023365, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.04415099998005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.550692999968305, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.36315300001297, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.22168299998157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 0.5042319999774918, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.215943999937735, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.990259999991395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.97399499989115, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.398290999932215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.94226299994625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.94454699999187, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.210409999941476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.8522220000159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 272704.025541, "end": 276065.367681, "runtime": 3361, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.46215299994219095, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.157112000044435, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.13160099997185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.51299099996686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.28000999998767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.6406760000391, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.54255400004331, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.45266399998218, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.43034900003113, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5985789999831468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.4648229999002, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.29720099992119, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.219446000061, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.04341199994087, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.04507599992212, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.008451999980025, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.665736000053585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.26622300001327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.45408799999859184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 64.63103200006299, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.87921699997969, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.014574000029825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.51708100002725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.25258299999405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.2075050000567, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.75881999998819, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.609528000000864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 0.48747099994216114, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 78.98003999993671, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.827147000003606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 59.582313999999315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.8797219999833, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.074522999930196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.708546999958344, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 60.81738399993628, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 62.291711000027135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.5079890000633895, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.5744410000043, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 64.66100700001698, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.41551099997014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.5354309999384, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.40980599995237, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.529907000018284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.95281799999066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.608777999994345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4293120000511408, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 61.614094999968074, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 61.05898700002581, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 61.051281000021845, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.13237000000663, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.053249999997206, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.98709599999711, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 60.24993700010236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.900509000057355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 276141.937596, "end": 277813.85133300006, "runtime": 1672, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.45045100001152605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.88777699996717, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.699895000085235, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.30718899995554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.54277800000273, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.813883999944665, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.24957300000824, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.138995000044815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.17931800009683, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.43698600004427135, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.87022099993192, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.011449000099674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.24461099994369, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.431815000018105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.02727199997753, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.80665699997917, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.02401399996597, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.004905999987386, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4715210000285879, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 64.57924600003753, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.3013669999782, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.641366000054404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.70314900006633, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.39956200006418, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.479295999975875, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.35086000000592, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.442287000012584, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 277883.461969, "end": 280812.39112, "runtime": 2929, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arguments.js" ], "duration": 0.6796999999787658, "failureMessages": [ "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 2.5668050000676885, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 58.69483199995011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 1.1918559999903664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 0.7387899999739602, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 59.15773099998478, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 59.67387099994812, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 60.22969700000249, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 61.30546299996786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.6751820000354201, "failureMessages": [ "class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 3.5148760000010952, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 61.446803999948315, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 1.1450089999707416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.7562619999516755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 73.76671500003431, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 63.0390180000104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 62.19982900004834, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 60.24573700001929, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.4638259999919683, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 2.0089529999531806, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 61.26458499999717, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.067053999984637, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.738550000009127, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.10806700005196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.56196399999317, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.48385199997574, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 58.269252000027336, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.4286899999715388, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.9359470000490546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 60.05065899994224, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.1853640000335872, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.7939440000336617, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 58.92784000001848, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 61.789428000105545, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 60.55644499999471, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 59.1489120000042, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.6829359999392182, "failureMessages": [ "arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.9675950000528246, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 59.873199000023305, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.143225000007078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.7386100000003353, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 58.387612999998964, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 61.84514600003604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 60.42898399999831, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 60.75774399994407, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.6752719999058172, "failureMessages": [ "class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 3.7586519999895245, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 64.1148309999844, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 1.1206929999170825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.7737859999760985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 59.767587000038475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 60.6759440000169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 60.554984999937005, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 60.84972300007939, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.4668619999429211, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.910117999999784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 60.227399999974295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.136523999972269, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.7638270000461489, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 58.80087999999523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 59.392471000086516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 58.30571099999361, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 58.768513999995776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.43980200006626546, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.8255199999548495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 58.17278799996711, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.1411920000100508, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.7294029999757186, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 59.06863599992357, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 60.348802000051364, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 57.550644000060856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 58.13927400007378, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 280887.22771000006, "end": 281151.420814, "runtime": 264, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no-semi.js" ], "duration": 0.5888400000985712, "failureMessages": [ "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 1.2200799999991432, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.8378260000608861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.6662750000832602, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 57.68905799998902, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.6151689999969676, "failureMessages": [ "no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 1.0200659999391064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7855070000514388, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7067410000599921, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 58.72174800001085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 12, "numPassingTests": 48, "numPendingTests": 0, "perfStats": { "start": 281223.258861, "end": 282718.718771, "runtime": 1495, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 36, "unchecked": 0, "unmatched": 12, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.6033569999272004, "failureMessages": [ "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.4167469999520108, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 0.927923999959603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.2010640000225976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 59.14553499990143, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.8611289999680594, "failureMessages": [ "bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 1.115042999968864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.8124480000697076, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7584069999866188, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 64.11703399999533, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.7861789999296889, "failureMessages": [ "long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 1.22335500002373, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.8614890000317246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.8379949999507517, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 59.460409999941476, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.6912909999955446, "failureMessages": [ "method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.4271459999727085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.0000279999803752, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.1876479999627918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 62.265170000027865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.6220820000162348, "failureMessages": [ "short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 1.2297470000339672, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.9529600000241771, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.8102740000467747, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 59.02321799995843, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.6842480000341311, "failureMessages": [ "unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 1.0129019999876618, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7381589999422431, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7098359999945387, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.85058600001503, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.6207689999137074, "failureMessages": [ "await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 1.1958429999649525, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.9353269999846816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.8351499999407679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 58.69624799990561, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.8116059999447316, "failureMessages": [ "bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 1.0580860000336543, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.8264640000415966, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.729613000061363, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 63.25045599997975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.6647619999712333, "failureMessages": [ "long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 1.210372000001371, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.8619200000539422, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.8467119999695569, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 58.974656000034884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.6567069999873638, "failureMessages": [ "method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 1.2568080000346527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.964471000013873, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.8540250000078231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 60.62850500002969, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.6244970000116155, "failureMessages": [ "short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 1.176748999976553, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.9005220000399277, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.8515509999124333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 59.9060649999883, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6956400000490248, "failureMessages": [ "unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 1.0591489999787882, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.7583169999998063, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6990350000560284, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 60.136636000010185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 282794.88259900006, "end": 283660.01116100006, "runtime": 865, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assertions.js" ], "duration": 0.447165000019595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.755600000033155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 60.53549599996768, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.2924650000641122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.8512309999205172, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.7735349999275059, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 60.44887399999425, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 60.38434700004291, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 60.158863999997266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4169589999364689, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.2708350000903, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.13783699995838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.36366100003943, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.0390180000104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.167755000060424, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.89703900006134, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.8914479999803, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.68453999992926, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 283732.01110000006, "end": 284232.117575, "runtime": 500, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 17, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.701820999966003, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.0617540000239387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7308249999769032, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7586069999961182, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.977667000028305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 1.667765999911353, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.7409250000491738, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6857819999568164, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6488019999815151, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.77218199998606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6314589999383315, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9603239999851212, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7104070000350475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7044770000502467, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 60.55170199996792, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6202690000645816, "failureMessages": [ "tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.9324319999432191, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.7137329999823123, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6659239999717101, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 59.806853000074625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.6978730000555515, "failureMessages": [ "tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 1.0677049999358132, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.790828000055626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.7171699999598786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 61.18418100010604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 284304.921702, "end": 285143.38466599997, "runtime": 838, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 0.564905000035651, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 59.41562799992971, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 59.58892200002447, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.41108900005929, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 59.237736999988556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.03956000006292, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.719556999974884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 0.7972489999374375, "failureMessages": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 60.764564999961294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.575433999998495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 60.50613999995403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 58.7738749999553, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.954358999966644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.454366999911144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 285215.984446, "end": 285337.77203299996, "runtime": 122, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.5965640000067651, "failureMessages": [ "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 1.0758699999423698, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.7511630000080913, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.8838509999914095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 59.93938000011258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 285409.057612, "end": 287257.347149, "runtime": 1848, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "const.js" ], "duration": 0.597747000050731, "failureMessages": [ "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js" ], "duration": 59.92723799997475, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js" ], "duration": 60.81959900003858, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js" ], "duration": 58.95183100004215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js" ], "duration": 59.507809000089765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js" ], "duration": 61.16678500000853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js" ], "duration": 61.18808300001547, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.7887040000641719, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 73.20008199999575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.18943699996453, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 71.01496900001075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 70.02452500001527, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 70.01252500002738, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 70.20848299993668, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 0.6396850000601262, "failureMessages": [ "const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 61.42316599993501, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 61.21474500000477, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 61.444911000085995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 60.242450000019744, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 60.551198000088334, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 60.30489399994258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 0.8263639999786392, "failureMessages": [ "let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 77.22906100004911, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 69.89952999993693, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 69.46372100000735, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 69.73569000000134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 72.85218999988865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 72.39317299996037, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 287349.19832500006, "end": 287663.72697600006, "runtime": 315, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after_export.js" ], "duration": 0.42804999998770654, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 1.0981609999435022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.6735880000051111, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.6557249999605119, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 59.821499999961816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.4418559999903664, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.9368109999923036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.6501949999947101, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 58.81400999997277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 59.12052799994126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 287736.82841300004, "end": 288650.060798, "runtime": 913, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.4540280000073835, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.966797000030056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.25097200006712, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.69368399993982, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 61.08775800000876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.67379900009837, "failureMessages": [ "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.93675600003917, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.48009500000626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.41454599995632, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.96848400007002, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6675469999900088, "failureMessages": [ "example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 61.77726400003303, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.102467000018805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 61.117380000068806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.13305499998387, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 288725.225239, "end": 288730.10171899997, "runtime": 5, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 1.6418779999949038, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7974900000263005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7323480000486597, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7074220000067726, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.937580999918282, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 288796.20061400003, "end": 289907.35787700006, "runtime": 1111, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.46626100002322346, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.25414100009948, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.108474000007845, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.16867300006561, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.4693729999708, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.245207000058144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.75280199991539, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.53871600003913, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.22526899992954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 0.5399179999949411, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 64.20685499999672, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 62.73833999992348, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 61.61718800000381, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 61.768942000111565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 60.855111999902874, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 61.23839399998542, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 62.81090299994685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.41962599998806, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 289981.035139, "end": 290602.98883700004, "runtime": 622, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.4839739999733865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.4573529999470338, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 60.98499599995557, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.7165170001098886, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.729983999975957, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.709305000025779, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 58.59863600006793, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 62.21849200001452, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 59.80889400001615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7632860000012442, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 3.3234890000894666, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.21600599994417, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.5734590000938624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0879430000204593, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.1165959999198094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.02427300007548, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.04815199994482, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.352742000017315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 100, "numPendingTests": 0, "perfStats": { "start": 290680.31695099996, "end": 298265.72806100006, "runtime": 7585, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.8954030000604689, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 80.2711840000702, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.0011499999091, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.36824899993371, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.03659000003245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.43176099995617, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 70.44089900003746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 70.42781199992169, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.49751000001561, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 0.42930199997499585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 61.5236899999436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.39651600003708, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.807736000046134, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.37643599999137, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 65.3863559999736, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 63.74747199995909, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.523382999934256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 63.18969499995001, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 1.350944000063464, "failureMessages": [ "new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 97.79304599994794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 77.35633300000336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 73.02833300002385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 71.90735200000927, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 69.50873100000899, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 70.76588899991475, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 70.87669299996924, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 71.62268200004473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 1.066512000048533, "failureMessages": [ "new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 106.80420000001322, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 79.02805399999488, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.70155799994245, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 75.17235300003085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 70.76086899999063, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.8801580000436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 73.5905999999959, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 70.65171200002078, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 0.43075499997939914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 61.49666099995375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 66.4875320000574, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 63.538804000010714, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 61.412713000085205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 61.44739499990828, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 61.43215000000782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 61.65040299994871, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 61.42045600002166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 0.9412780000129715, "failureMessages": [ "postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 96.01352400006726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 75.94220100005623, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 72.79848500003573, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 75.27798500005156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 69.26742799999192, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 71.02589100005571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 71.98205499991309, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 75.67273700004444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 1.6171020000474527, "failureMessages": [ "comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 71.8997649999801, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 74.78427500010002, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 67.96274799993262, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 66.73463900003117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 65.04234200005885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 67.16130200005136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 66.90873900009319, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 66.08676400000695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 0.5042720000492409, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.99609999998938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 61.24167699995451, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.590491999988444, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 63.799110000021756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 61.70485799992457, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.47807900002226, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.79068199999165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.1012219999684, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 2.410764000029303, "failureMessages": [ "new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 83.53310000000056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 74.10315099998843, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 71.18800199998077, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 71.63677199999802, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 83.37998299999163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 73.05531199998222, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 72.60800499992911, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 72.20023600000422, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 3.0385069999611005, "failureMessages": [ "new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 88.88152799999807, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 80.61346300004516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 77.93519200000446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 72.36666200007312, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 73.53435500001069, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 73.6759360000724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 72.92813999997452, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 74.29741400002968, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 0.5618499999400228, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 64.06469099991955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 60.17213700001594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 61.07674500008579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 62.17144199996255, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 61.263174000079744, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 62.53171100001782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 63.704829000052996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 62.280532000004314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 1.4948030000086874, "failureMessages": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 91.09524799999781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 80.60350100009236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 69.7056670000311, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 73.36636400001589, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 70.3338549999753, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 75.47524300008081, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 77.36341799993534, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 75.75018400000408, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 123, "numPendingTests": 0, "perfStats": { "start": 298344.73127499997, "end": 306260.864231, "runtime": 7916, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "brackets.js" ], "duration": 0.44551300001330674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 63.71450000000186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 62.792992000002414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 61.53917499992531, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 62.626366000040434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 62.78389800002333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 64.06618900003377, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 63.04194299993105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 62.19808999996167, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.43827800010330975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.810616999981, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.805680999998, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.32403499993961, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.07896700000856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.18994800001383, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.13255800004117, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.202330000000075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.99462999997195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 0.4325480000115931, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 61.95503399998415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 63.03522499999963, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 62.74667999998201, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 62.17075099993963, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 61.23870300000999, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 61.548043000046164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 61.418812999967486, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 63.04562300001271, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.546169999986887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.10504699999001, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.38136200001463, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.26888400001917, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.33508999994956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.23692799999844, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.52756199997384, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.04640400002245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.30583199998364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 0.43735699995886534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 62.79707099997904, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.67008800001349, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 62.40095899999142, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.18557899992447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 65.14565500000026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 64.18829399999231, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.90691100002732, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 64.14609799999744, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 0.4280670000007376, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 63.09127299999818, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 62.25305699999444, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 62.78031499998178, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.83999899995979, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 61.585525000002235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 63.42941999994218, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 62.450214999960735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 61.361708000069484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 0.45028899994213134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 62.38349300005939, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 62.171675999998115, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 61.07949299993925, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 60.63117199996486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 61.61200299998745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 61.22484599996824, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 61.594489000039175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 63.325887000071816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 0.6339780000271276, "failureMessages": [ "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 62.79060499998741, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 60.50985100003891, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 60.35155399993528, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.58019400003832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.87283299991395, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 63.109675999963656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 62.317926999996416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 60.89936299994588, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 0.45705399999860674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 64.57477800000925, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 64.39346199994907, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 64.41881999990437, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 63.54808699991554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 62.54350700008217, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 62.42232899996452, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 61.656480000005104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 63.29993099998683, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 0.4368450000183657, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 62.48081800004002, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 61.977780999965034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 61.712343999999575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 61.501542999991216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 62.22070900001563, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 61.23112900007982, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 62.108700999990106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 62.3358930000104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 0.6899889999767765, "failureMessages": [ "inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 62.790722999954596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 65.21414900000673, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 63.146263999980874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 63.213309000013396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 62.762864999938756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 64.5128829999594, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 63.09834000002593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 64.10925900004804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 0.4444999999832362, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 63.08505699993111, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 63.082758999895304, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 63.32449699996505, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 63.352059999946505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.66278900008183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 63.06086500000674, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.41420500003733, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.968922000029124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 0.42773899994790554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.92446899996139, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 63.675287000020035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 62.64416100003291, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 63.319417999940924, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 64.2288229999831, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 63.321996000013314, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 63.02833899995312, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 62.30470300000161, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 0.6397649999707937, "failureMessages": [ "same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 63.135082000051625, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 65.79897699994035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 65.30049199995119, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 63.67590599996038, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 64.86825100006536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 63.571709000039846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 62.869742000009865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 64.21283600002062, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 306341.78010699997, "end": 308633.083006, "runtime": 2291, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.4276689999969676, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.4690689999843, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.65858700009994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.02270200010389, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.05217200005427, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.55161800002679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.589047999936156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.704481999971904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.77540299994871, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.5167650000657886, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.970787999918684, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 65.08372300001793, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.23630500002764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.264145000022836, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.02251799998339, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.994539999985136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.20575900003314, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.23654800001532, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 0.4353930000215769, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.08165700000245, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.750841000000946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.87350200000219, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.82421400002204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 62.16907900001388, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 62.2517269999953, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.428963000071235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 62.13455800001975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 0.6037380000343546, "failureMessages": [ "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.516289000050165, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 63.618065999937244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.21637699997518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 63.70306999993045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 76.21790799999144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 65.6930140000768, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.64114899991546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.321851000073366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 122, "numPendingTests": 0, "perfStats": { "start": 308715.15919800004, "end": 317425.38811, "runtime": 8710, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "angular_async.js" ], "duration": 0.5237579999957234, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 66.6600750000216, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.36607399990316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.60078600002453, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 66.1195819999557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 66.722381999949, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 68.27200800005812, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 67.16921800002456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.58640199992806, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 0.44221000000834465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 66.86627400002908, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 66.1101450000424, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 66.04802700004075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.57631499995477, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.71099500008859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 65.89756399998441, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 66.03806599997915, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 66.33070699998643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 0.46118600002955645, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 67.61690399993677, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 67.58076000004075, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 66.31728499999736, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 67.8566020000726, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 66.60314600006677, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 70.0133209999185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 67.44847299996763, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.42995500005782, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 0.8966460000956431, "failureMessages": [ "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 66.48732700000983, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 67.41873599996325, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.90626199997496, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 65.54351099999622, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.3202680000104, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.04341199994087, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.438965999986976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.5669170001056, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 0.44322800007648766, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 68.49828199995682, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.69865200005006, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.77787400002126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.58995599998161, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.90359800006263, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 67.29923100001179, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 67.79669600003399, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.00149199995212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 0.5282169999554753, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 81.4359069999773, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 73.76265199994668, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.89002900000196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 69.1279509998858, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 69.00395499996375, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 69.75550899992231, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 71.81085200002417, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 71.75122600002214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 0.9739500000141561, "failureMessages": [ "test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 92.63112899998669, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 79.57509699999355, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 73.97030200005975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 75.43433999991976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 71.24272999993991, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 77.58892899996135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 76.26824000000488, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 75.58921400003601, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4753479999490082, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.81992200005334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.6591999999946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.9547780000139, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.25473099993542, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.42862399993464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.83514300000388, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.12571000005119, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.85373900004197, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.46756400004960597, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.78334000008181, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.52737999998499, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.47952199995052, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.60143799998332, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.30019099998754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.11970400006976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.2333890000591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.57984700007364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4402830000035465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.23585499997716, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.22689900000114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.90581699996255, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.56127099995501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.64994199993089, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.90771699999459, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.06336899998132, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.6211749999784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7136140000075102, "failureMessages": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.08231600001454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.17684299999382, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.40301400003955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.252787000034, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.90533699991647, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.50682900007814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.98197299998719, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.65180000010878, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.44116499996744096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.22327600000426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.6689540001098, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.18086399999447, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.06540099997073, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.36066000000574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.0015040000435, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.79728500009514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.07505799992941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.44286800001282245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.58559100003913, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.33089500002097, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.2893809999805, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.97470000002068, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.57558599999174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.25441699998919, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.34838900004979, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 80.0416799999075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9368310000281781, "failureMessages": [ "test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 87.27670000004582, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.69117000000551, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.87627500004601, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.24697099998593, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.23182400001679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.4974429999711, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.60267300007399, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 76.04479800001718, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 317514.403809, "end": 318110.74949799996, "runtime": 596, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.4628759999759495, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 65.89940400002524, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 66.20483099995181, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 65.73528599995188, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 65.50635899999179, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 66.63206800003536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 69.11291500006337, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 67.03172900003847, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 66.47445599990897, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 318195.88753600005, "end": 320464.891319, "runtime": 2269, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.45171599998138845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.98811699997168, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.520682999980636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.70109800004866, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.781798999989405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.5205169999972, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.37214200000744, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.1216279999353, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.809393999981694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.4396830000914633, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 66.74333800002933, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.95446199993603, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.994436000008136, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.16218200000003, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.3124189999653, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.26115699997172, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.743347999989055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.67525099997874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 0.6455880000721663, "failureMessages": [ "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 62.63304500002414, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 62.890462999930605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 62.22616899991408, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 62.477134000044316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.274742999929, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.45047300006263, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.70809199998621, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.80835099995602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 0.5474249999970198, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 62.92280599998776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.573720000102185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.04567100002896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.925690999953076, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.529357000021264, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.64779199997429, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 63.496293999953195, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 62.44159399997443, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 180, "numPendingTests": 0, "perfStats": { "start": 320550.14238699997, "end": 331833.896599, "runtime": 11284, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 20, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async.js" ], "duration": 0.4010410000337288, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.69578499998897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.132477000006475, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.484216000069864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 59.62715199997183, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.34446199995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.41551299998537, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.461919999914244, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.243444000021555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.46787599998060614, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 63.21082400006708, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.826804999960586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.038980999961495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 63.231343000079505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.3993129999144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.38085100008175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.34433899994474, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.401974999927916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 0.4613229999085888, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.119836000027135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.641135000041686, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js" ], "duration": 59.5754789999919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.236808000016026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.235966000007465, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js" ], "duration": 63.34506700001657, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js" ], "duration": 62.51282699999865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 63.135726000065915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.4034159999573603, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 63.21512700000312, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 63.72450100001879, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.193630000110716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 61.63370400003623, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.50940099998843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js" ], "duration": 63.57330099993851, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.70707400003448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.8290590000106, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 0.3949289999436587, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.787921000039205, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.871838000020944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.79354600002989, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js" ], "duration": 59.78778199991211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.86245399992913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.0754639999941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.855603999923915, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.53027099999599, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 0.4344929999206215, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 68.17183200002182, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 65.62756699998863, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.80348500004038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 62.56279700004961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.5739220000105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.40728599997237, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.663980999961495, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 63.12862299999688, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 0.4652009999845177, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.4684389999602, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.51610200002324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.013305000029504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.30226400005631, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.45070499996655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.1793399999151, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.896035999991, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.397534999996424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 0.40951699996367097, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.542797999922186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 62.81263699999545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 62.34964899998158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.640300999977626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.602894000010565, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.50466700003017, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.26871099998243, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 63.64887300005648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 0.3968220000388101, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.24850600003265, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.788003999972716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 62.783560000010766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 62.03367499995511, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.85687899996992, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.483900999999605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.83524300006684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 62.472654000041075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.45619399996940047, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 62.81346700002905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.654195999959484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.14952600002289, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 62.851680999970995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 62.70238200004678, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js" ], "duration": 62.264031000086106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 62.86689299996942, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.99744700000156, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 0.42447399999946356, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 62.65792300004978, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 61.11855300003663, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.16529100004118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.91338500007987, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.20419099996798, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.56643200002145, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 62.56222900003195, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 64.49890999996569, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.44972100004088134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 63.86588599998504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 62.48458899999969, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.14829899999313, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 63.203876000014134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.813212999957614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 65.12013300007675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 64.08292199997231, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 63.15532100002747, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 0.47749299998395145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 63.814824000000954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 64.11052500002552, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 63.79915100010112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 64.63365100009833, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 63.39886199997272, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 65.11940299998969, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 63.6255929999752, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 64.62359600001946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.4289720000233501, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 64.44865799997933, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 65.51643800002057, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 64.67383099999279, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 63.14707599999383, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 62.9055309999967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 64.03313700004946, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 63.07704499992542, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 64.37911799992435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 0.41655900003388524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.39426099997945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 64.33067199995276, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.35863299993798, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 62.088366999989375, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.66217599995434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 64.05099900008645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.36176300002262, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.070319000049494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 0.4555819999659434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.49167399993166, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.26573500002269, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 61.617611000081524, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.3972589999903, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.284138999995776, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 63.51514400006272, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.61114400008228, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 63.44247299991548, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 0.4232320000883192, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 63.3286219999427, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 64.42193000006955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 64.58028400002513, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 63.68811300001107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 64.1540770001011, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 63.97716600005515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 62.960129000013694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 61.97171900002286, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 0.41671999997925013, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 62.89144599996507, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 63.14115000003949, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 63.47329999995418, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 65.24773399997503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 62.43092600000091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 63.22011700004805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 63.80961799994111, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 63.68994200008456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 0.43946299992967397, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 65.10707399994135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 63.38470900000539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.89756800001487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 63.81102699995972, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 63.421941999928094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 61.54620400001295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.950489999959245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 64.59531600004993, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.4296949999406934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 64.4183329999214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 63.02569899999071, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 63.580808999948204, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 63.134151999955066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 62.908448000089265, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 62.418966000084765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 62.81723000004422, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.5914159999229, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 331930.36049200007, "end": 334189.870452, "runtime": 2260, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.4196150000207126, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.88068599998951, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.002010999945924, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.276243999949656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 64.36306000000332, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.621042000013404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.51496699999552, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 63.426184999989346, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 64.08360199991148, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 0.5109370000427589, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 62.87202999996953, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 63.13947100006044, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 62.21581199998036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 62.37437899992801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 61.09838199999649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 61.04577500000596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 60.9081999999471, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 62.62074200005736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 0.4875629999442026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 65.20473499991931, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 65.78956399997696, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.32271600002423, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 62.89992200001143, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.84560700005386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.809818000067025, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 62.71342899999581, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 62.76604600006249, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 0.44121600000653416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 61.31520499999169, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.75046800007112, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 60.68150700000115, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 61.040922999964096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.56269599997904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 61.27830200002063, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 61.76046200003475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 62.18977999989875, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 334279.54173600004, "end": 336041.031412, "runtime": 1761, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 24, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.6352889999980107, "failureMessages": [ "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 60.382961000083014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 59.478844000026584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 1.4672159999608994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.7882759999483824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.8371869999682531, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 59.65036600001622, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.427148999995552, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 62.037398000014946, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.94605200004298, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 1.3770270000677556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.9034209999954328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.8998840000713244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.9408720000647, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.64424500009045, "failureMessages": [ "async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 61.6579030000139, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 61.293158999993466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 1.5337409999920055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.8844559999415651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.8154360000044107, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 61.37591600010637, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.4317279999377206, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 63.218883999972604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 63.068631000001915, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 1.3067659999942407, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.8548900000751019, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.8460529999574646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 62.763541999971494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.6010049999458715, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 63.96833699999843, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 65.68604199995752, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 1.3739510000450537, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.9411219999892637, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.871140000061132, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 61.363271000096574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.6421819999814034, "failureMessages": [ "nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 61.53793200000655, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 62.68489200004842, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 1.3226760000688955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.906025999924168, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.9250920000486076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 61.415857999934815, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.7239549999358132, "failureMessages": [ "valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 61.7668330000015, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 62.09240399999544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 1.2554089999757707, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8638569999020547, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8517630000133067, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 62.17258299991954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 336141.22267600003, "end": 336338.792038, "runtime": 198, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.5688950000330806, "failureMessages": [ "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 1.911216999986209, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.9312230000505224, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.7772849999601021, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.8918500000145286, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 58.43308399990201, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 58.296466000028886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 336424.27663200005, "end": 336865.722277, "runtime": 441, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.6194390000309795, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 65.99182899994776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.41413599997759, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.87712099996861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.32163700007368, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.15493900002912, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.833319999976084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 336949.771979, "end": 337199.57234300004, "runtime": 250, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.41017699998337775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 62.19583300000522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 1.4931850000284612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.6864340000320226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.7711729999864474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 61.11643500009086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 62.81412400002591, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 117, "numPendingTests": 0, "perfStats": { "start": 337290.560033, "end": 344817.77210500004, "runtime": 7527, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functional_compose.js" ], "duration": 0.41760100005194545, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 72.37979799997993, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 67.88132799998857, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.18787899997551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.38384000002407, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.95814999996219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 68.06498000002466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.01442000002135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.0396030000411, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 0.4031049999175593, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 63.020269999979064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.81731499999296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 64.12718199996743, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.69293500005733, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.85861900006421, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.236096999957226, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 64.40000300004613, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 78.34505699994043, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 0.3967319999355823, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 75.18557600001805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 63.143668000004254, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.582861999981105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 63.06212499993853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.60533100005705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 63.274547999957576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 63.4184940000996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 61.27313700004015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 0.4255069999489933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 64.38264299998991, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.945665999897756, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.72336699999869, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.039286000072025, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.888245999929495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.759286999935284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 68.89730100007728, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 65.11761900002602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 0.41401499998755753, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 63.07326700002886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 64.67102800006978, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.10562799999025, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 61.87509999994654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.2673510001041, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 63.10777799994685, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.96399700001348, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.95560200000182, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 0.44968100008554757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 71.59831200004555, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.87073700001929, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 63.570782999973744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 64.97447000001557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 63.49042799999006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 63.21059399994556, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 64.44706500007305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.16574099997524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 0.4124819999560714, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 67.82954900001641, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 65.69933299999684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 61.713651999947615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 62.60667300003115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.32034099998418, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 65.38312200002838, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 63.71612799994182, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.79665899998508, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 0.4329610000131652, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 71.39399499993306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 69.82003900001291, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 69.04629600001499, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 66.21006599999964, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 68.21016399993096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 66.15582999994513, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 65.68397500005085, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 68.33764800010249, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 0.6088890000246465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 71.0698080000002, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 62.485893000033684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 64.19632699992508, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 61.4354619999649, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 60.86531300004572, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 61.940021999995224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 62.567994000040926, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 63.110162999946624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 0.4926420000847429, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 65.03952799993567, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 63.15154699992854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 63.47591499995906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 63.08736600005068, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.64032300002873, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.67072900000494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 60.41657399991527, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 60.6212429999141, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 0.4208469999721274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.02638699999079, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.51883399998769, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 62.96665600000415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.79771100007929, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.08909399993718, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.708479000022635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.90068900003098, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 63.799273999989964, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 0.39894600003026426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 67.36063200002536, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 64.64412800001446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.86677800002508, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.973081000032835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.65293500002008, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 64.6581849999493, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.57928299997002, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.086111000040546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 0.4141149999340996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 66.38863300008234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.885757000069134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.50841799995396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 64.52215199999046, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.17376500007231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.57138300000224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.34098900004756, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.05039600003511, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 344901.316465, "end": 345328.60812100006, "runtime": 427, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after-key.js" ], "duration": 0.3897590000415221, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 60.69553500006441, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 60.53026999998838, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 59.51995500002522, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 60.918195999925956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 61.496908999979496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.78866600000765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 40, "numPendingTests": 0, "perfStats": { "start": 345413.37628500006, "end": 348070.556344, "runtime": 2657, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functions.js" ], "duration": 0.4499120000982657, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.862823000061326, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.94641199999023, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.34809400001541, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 61.43763099994976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 63.56991600000765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 61.47255700000096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 0.6033789999783039, "failureMessages": [ "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js" ], "duration": 63.464334000018425, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 63.58682600001339, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 63.550634999992326, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 63.55622299993411, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 63.89693099993747, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 63.56489799998235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 0.446485000080429, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js" ], "duration": 68.85833299998194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 65.73936999996658, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 64.05918599991128, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 63.873712999979034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 64.2265400000615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 65.6360749999294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 0.43560500000603497, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 63.779174000024796, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.64762199996039, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 61.824316999991424, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.728776000090875, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 60.485095000010915, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.14104499993846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 0.6143199999351054, "failureMessages": [ "objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 63.247629999998026, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.20918999996502, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.151055000023916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.15331000008155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 61.133594000013545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 59.97583200002555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 0.5244010000023991, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 63.93864800001029, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 62.631311999983154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.2464120000368, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 62.75867500004824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.09579399996437, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.69571400003042, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 70, "numPendingTests": 0, "perfStats": { "start": 348159.26304000005, "end": 352759.69324700005, "runtime": 4600, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.41190099995583296, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 71.37857900001109, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 65.6713260000106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 70.33794100000523, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 67.01668300002348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 67.01189899991732, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 66.90296800003853, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.407611999893561, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.72365900001023, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.49547399999574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.05191899999045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.575108999968506, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.734593000030145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.98320200003218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 0.39114099997095764, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 65.14555800007656, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 62.207473999937065, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 61.94259599992074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 61.821803000057116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.06130900001153, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.09597200003918, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.43227899994235486, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 73.46825100004207, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 67.8278060000157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 68.86355799995363, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 68.51688000001013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 70.53810000000522, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 69.20084000006318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 0.49206099996808916, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 65.00582700001542, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 61.59945300000254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 61.61806899996009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 63.88953099993523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 63.506546000018716, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 63.10835400002543, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.4570349999703467, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 81.21584800002165, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 67.58431499998551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 69.12745899998117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 68.49059599998873, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 69.59625699999742, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 68.9437710000202, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.44453199999406934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 63.97923699999228, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 63.80164199997671, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 63.9159450000152, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 64.55329499999061, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 64.01531100005377, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 63.49883799999952, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 0.3965719999978319, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 62.83601400000043, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 63.25982999999542, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 61.409594999975525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 60.895904000033624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 62.47686399996746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 62.46699400001671, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.4249150000978261, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 73.76855799998157, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 70.53060099994764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 70.01679299992975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 68.25591199996416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 70.25800399994478, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 66.93674099992495, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 0.48592899995855987, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 64.78278300003149, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 63.485891000018455, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 62.89505399996415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 63.214230000041425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 64.21311299991794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 63.99635000003036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 352844.300718, "end": 353991.96048000007, "runtime": 1148, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 0.4036959999939427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 62.425473999930546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 63.83253200002946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 63.287248000036925, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 63.709579000016674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 63.719014999922365, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 63.42085500003304, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 61.22038400010206, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 64.97702700004447, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 0.4543299999786541, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.48983900004532, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.10525000002235, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 63.81183200003579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 63.43948400008958, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 63.10395899997093, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.68318099994212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.01670400006697, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.59097800008021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 354089.48000400007, "end": 355335.28273499996, "runtime": 1246, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 0.4292739999946207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 60.74674500001129, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 61.11503700003959, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.845929000061005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.597179000033066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 60.656857999973, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 60.8156579999486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 0.4613229999085888, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.01403700001538, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 62.16972799994983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 61.89770500001032, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 62.27661299996544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 62.28831299999729, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 59.652138000004925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 0.48950599995441735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 1.7584300000453368, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.90872800000943, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 60.416096000000834, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.37135999999009, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 60.82403700007126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 60.75260599993635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 355424.17617200006, "end": 355548.382544, "runtime": 124, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export.js" ], "duration": 0.6727390000596642, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 1.0588419999694452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7551629999652505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7579289999557659, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 61.397663000039756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 355636.82182899996, "end": 355888.727854, "runtime": 252, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.3860320000676438, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 1.152466999948956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.7345440000062808, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.7122130000498146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 61.38585800002329, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.6266530000139028, "failureMessages": [ "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 1.1836050000274554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.8033130000112578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7403649999760091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 62.30049900000449, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 355974.49661, "end": 356104.55404, "runtime": 130, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.6541029999498278, "failureMessages": [ "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 1.0805220000911504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.768186999950558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.822148000006564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 64.38096400001086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 356193.06517, "end": 356977.94825099997, "runtime": 785, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "computed.js" ], "duration": 0.6046810001134872, "failureMessages": [ "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.1453029999975115, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.8669119999976829, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7700210000621155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 66.92076799995266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.5992309999419376, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.1288819999899715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7337439999682829, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.731658999924548, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.588747000088915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.6718569999793544, "failureMessages": [ "record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record.js" ], "duration": 1.0240959998918697, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.735054999939166, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.698958000051789, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record.js" ], "duration": 64.49396300001536, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.5861670000012964, "failureMessages": [ "shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 1.0779770000372082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.8457419999176636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.7440619999542832, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 63.26206999993883, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.6127669999841601, "failureMessages": [ "spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 1.015620999969542, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.7203679999802262, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.721419999958016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 64.22610600001644, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7181939999572933, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9960440000286326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7213899999624118, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6892989999614656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 63.96114699996542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 357063.48565600003, "end": 357627.859277, "runtime": 564, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-comments.js" ], "duration": 0.5791009999811649, "failureMessages": [ "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 1.0635150000452995, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.7301730000181124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.7109469999559224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 61.1949640000239, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.8418710000114515, "failureMessages": [ "fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 1.1231169999809936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.8070559999905527, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.738056999980472, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 72.95422100008, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.8071970000164583, "failureMessages": [ "hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 1.0248939999146387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.7235100000398234, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.7049859999679029, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 70.013401000062, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.8853730000555515, "failureMessages": [ "minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 1.0601790000218898, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.8112439999822527, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.708513000048697, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 73.25182599993423, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 357712.67020900006, "end": 357843.12460300006, "runtime": 130, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.6201480000745505, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 1.1270540000405163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7943929999601096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7365449999924749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.47689799999353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 357931.58795200003, "end": 358206.294975, "runtime": 275, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7534769999329001, "failureMessages": [ "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 1.090144999907352, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7863580000121146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7329570000292733, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 65.7423580000177, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.8209430000279099, "failureMessages": [ "do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do.js" ], "duration": 1.1342680000234395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.8191990000195801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.7912970000179484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do.js" ], "duration": 69.74065100005828, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 358298.597073, "end": 358434.75577800005, "runtime": 136, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.6975219999440014, "failureMessages": [ "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 1.129979999968782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7955549999605864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7497790000634268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 67.2475319999503, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 358521.401155, "end": 358655.91569, "runtime": 135, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7132209999253973, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.0587260000174865, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6846280000172555, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.8660570000065491, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 64.17782999994233, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 358748.27112600004, "end": 358900.906288, "runtime": 153, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.5468099999707192, "failureMessages": [ "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 1.2121220000553876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7413240000605583, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7264359999680892, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 61.16712300002109, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 358988.987365, "end": 359358.68402, "runtime": 370, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.3887650000397116, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 1.3160170000046492, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.83635300002061, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.97250100004021, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.14397600002121, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.153566000051796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.42250700003933, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 359449.96057200007, "end": 360016.33249600005, "runtime": 566, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4443589999573305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 64.86531300004572, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 65.53088600002229, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 63.22005799994804, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.29804799996782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.91179100004956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.236187000060454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 60.91576699994039, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.17081899999175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 360108.06619700004, "end": 360657.37077800004, "runtime": 549, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 0.599701999919489, "failureMessages": [ "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 61.41499199997634, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.94079999998212, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.99030999990646, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.9333040000638, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.73147599992808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.50017499993555, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.88728500006255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 61.06746499997098, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 47, "numPendingTests": 0, "perfStats": { "start": 360746.099856, "end": 362602.80932100007, "runtime": 1857, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.6355190000031143, "failureMessages": [ "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.9312619999982417, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.642411999986507, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 59.94923600007314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.705350000062026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4886949999490753, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1662619999842718, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8298829999985173, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.58776999998372, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.02212200011127, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.7702010000357404, "failureMessages": [ "member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.0310090000275522, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.7240849999943748, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 65.15265199996065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.40924599999561906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "methods.js" ], "duration": 1.0930950000183657, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.8190230000764132, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 64.07454699999653, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 65.66893599997275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.39415800001006573, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.983691000030376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.7088370000710711, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 62.22183599998243, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 63.906658000079915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.39188299991656095, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 1.115046999999322, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.7460060000885278, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 64.33361199998762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 65.35644100001082, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.42795099993236363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 1.1302350000478327, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.770793000003323, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 61.867940000025555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 61.31653399998322, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.4526869999244809, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 1.1631559999659657, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.7411360000260174, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.573103000060655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.916916999965906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.4114999999292195, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 1.064702000003308, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.7705619999906048, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.22996999998577, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.733548999996856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.3968720000702888, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.9668989999918267, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.7484799999510869, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 62.65140400000382, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 64.32916799990926, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 362696.648831, "end": 363871.74019, "runtime": 1175, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 0.4152369999792427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.78270700003486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.31389099999797, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.69122600008268, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.51789200003259, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.18828499992378, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.60550299996976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 65.10690599994268, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 65.18096199992578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 0.41619899997022003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 68.0487720000092, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 66.88263900007587, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 66.68572100007441, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 67.70359500008635, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 65.11327600001823, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 65.68584499997087, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.5518550000852, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.90596700005699, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 363959.980666, "end": 364148.441104, "runtime": 188, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "private-in.js" ], "duration": 0.40275399992242455, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 1.0377919999882579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 0.7011919999495149, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 61.634788000024855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 62.249110999982804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 364238.89146300004, "end": 364432.612055, "runtime": 194, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.44189699995331466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 1.0556349999969825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.8022110000019893, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 64.11952399997972, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 66.13118799997028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 364520.64429799997, "end": 365111.730315, "runtime": 591, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 0.40960699995048344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 65.97172799997497, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 64.0222289999947, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 66.79113100003451, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 67.487873999984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 66.43672699993476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 66.62476199993398, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 64.30842599994503, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 66.66707299998961, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 365201.00874300004, "end": 365734.96980300004, "runtime": 534, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 0.472603999893181, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 62.56106300000101, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 63.74895200005267, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 1.5595479999901727, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 63.492901999969035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 0.3792100000428036, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 63.56785699992906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 64.65368400001898, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 1.1243340000510216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 64.46027599996887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 365824.11825700005, "end": 366139.856797, "runtime": 316, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "interfaces.js" ], "duration": 0.4825029999483377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 62.18633799999952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 61.63377099996433, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 63.9221560000442, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 65.86495700001251, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 366232.90544199996, "end": 367363.21275999997, "runtime": 1130, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object-property.js" ], "duration": 0.6242390000261366, "failureMessages": [ "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 64.23805799998809, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 64.21163799997885, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.9464689999586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.47617000003811, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 61.6897459999891, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.66775999998208, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.36707200005185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 58.82405699999072, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 0.41629900003317744, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 63.16984600003343, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 63.68919000006281, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.235871000098996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 61.943300999933854, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 61.98354799998924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 65.93797500000801, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 61.49979000003077, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.125835999962874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 367455.69452099997, "end": 368614.27778199996, "runtime": 1159, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.3859320000046864, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.976576000102796, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.5019199999515, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await.js" ], "duration": 65.08693699992727, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.1684139999561, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.75360699999146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.68266199994832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await.js" ], "duration": 62.8751859999029, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 62.232128000003286, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.7952280000317842, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 66.97116700001061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 64.50277700007427, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 62.625001000007614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.86997900006827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 64.76161100005265, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 67.67190199997276, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.21485200000461, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.01002799998969, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 368705.648112, "end": 369274.64932500006, "runtime": 569, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 0.6526020000455901, "failureMessages": [ "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 66.78651100001298, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.90232500003185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 61.83500900003128, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 61.39899799996056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 62.58929899998475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 63.32389199989848, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 62.28284799994435, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 62.97494099999312, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 369367.85229600006, "end": 369943.499852, "runtime": 576, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "inline.js" ], "duration": 0.4010499999858439, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.63033399998676, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.19566399999894, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.6959720000159, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.56206100003328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.15871300001163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 61.80704900005367, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.21705600002315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.47573700000066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 370033.53244300006, "end": 370617.89634200005, "runtime": 584, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "special-cases.js" ], "duration": 0.4664030000567436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 65.0377289999742, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 67.38438900001347, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 65.23698599997442, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 64.61267000006046, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 64.73100399994291, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 63.76016200007871, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 65.65783200005535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 65.08713600004558, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 76, "numPendingTests": 0, "perfStats": { "start": 370711.97599, "end": 376091.83701099997, "runtime": 5380, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 0.6559270001016557, "failureMessages": [ "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 65.52468399994541, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 62.811714999959804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 64.58800300001167, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 64.9710470000282, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 65.31862599996384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 65.97826300002635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 65.34981000004336, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 63.186326000024565, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 0.6717469999566674, "failureMessages": [ "issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 64.95233599992935, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 63.47235599998385, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 64.31058199994732, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 64.75099400000181, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 63.92434200004209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 65.16699900000822, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 64.7907899999991, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 65.49682900006883, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 0.38750499999150634, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 67.00901899999008, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 66.66864099993836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 67.37372500007041, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 66.58025799994357, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 65.02258899994195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 66.70539699995425, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 66.66988100006711, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 64.91282099997625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 0.43839000002481043, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 66.9942119999323, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 66.53370899998117, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 64.98889400006738, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 64.65698600001633, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 63.831235000048764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 64.77377299999353, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 63.90724400000181, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 63.610768000013195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 0.624409000040032, "failureMessages": [ "issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.25835000001825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.0168859999394, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.11752499989234, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 62.55835599999409, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 64.82453600002918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.23505299992394, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 62.375854999991134, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 63.18099899997469, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 0.6670179999200627, "failureMessages": [ "issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 63.2499779999489, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 65.54435899993405, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.18106400000397, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.37790500000119, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.42019800003618, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 65.03701600001659, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.70931599999312, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 65.40792399994098, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 0.652851999970153, "failureMessages": [ "issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 66.12684899999294, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 67.55490099999588, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 64.88426900003105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 65.52779199997894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 66.25580499996431, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 65.9312669999199, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 67.69131400005426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 64.78551399998832, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.401570999994874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.9696109999204, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.80000199994538, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.23172200005502, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 67.56254099996295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.95265400002245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.01851099997293, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.19512899999972, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.76260900008492, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.49635899998247623, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 103.47710299992468, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 75.34879700001329, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 71.63438100006897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 71.70949699997436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 72.32197999989148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 73.70949100004509, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 72.91103799990378, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 72.11519599996973, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 376186.610591, "end": 376781.04853800003, "runtime": 594, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.5813080000225455, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.89626499998849, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.97994500002824, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.10619299998507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 65.48037200002, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 65.99352900008671, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.76880600000732, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 67.0201900000684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 68.14406800002325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 376880.69049600005, "end": 377467.18919899996, "runtime": 586, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.46620200003962964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.28745099995285, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.09222800005227, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.96503100008704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.47489900002256, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.18465099995956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.99571799999103, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.91400500002783, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.22796200006269, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 377558.26975599997, "end": 378678.443454, "runtime": 1120, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.3877959999954328, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 65.21663599996828, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.416986000025645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.54650099994615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.92752299993299, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.747781999991275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.96833099995274, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.62173500005156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.00168500002474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.3804109999909997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.72054999996908, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.13038900005631, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.4056349999737, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.281552999978885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.491401999956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.452916000038385, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.41619299992453, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.43991700001061, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 378769.10943500005, "end": 379337.119505, "runtime": 568, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "update_expression.js" ], "duration": 0.4702500000130385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 61.96909800008871, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 63.97135999996681, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 63.11271300003864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 65.17567800008692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.73219900007825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.406297999899834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.45718000002671, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 63.34199400001671, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 379428.61032000004, "end": 381116.17049900006, "runtime": 1688, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "combining-characters.js" ], "duration": 0.38984899991191924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 63.60481599997729, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 60.25267099996563, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.50272600003518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.33266700000968, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 63.02333700004965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.93991499999538, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.25177500001155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.96959699993022, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 0.38246600003913045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keys.js" ], "duration": 60.99823899997864, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.609166000038385, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.113004999933764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.79774100007489, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 62.74124000000302, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 64.76921699999366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 62.72915099991951, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.794562999974005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 0.3879549999255687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 63.012461000005715, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 63.8502800000133, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.30751600000076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.834429000038654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 63.83568799996283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 64.14218500000425, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.789397999993525, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.883507999940775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 381207.38978699996, "end": 382482.02924999996, "runtime": 1275, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.4644289999268949, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 99.00539099995513, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 75.37696999998298, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 72.04306500009261, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 73.74657399998978, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 73.10236499994062, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 73.24683600000571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 78.29326599999331, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 79.52666600001976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 0.45051300001796335, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 64.23219399992377, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 64.25129300006665, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.69705399998929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.8550019999966, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.44318399997428, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.03373800008558, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.781146000023, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 64.93640499992762, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 382571.965076, "end": 383727.12086900003, "runtime": 1155, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object.js" ], "duration": 0.39363700000103563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.740713000064716, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.77077800000552, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.85680000006687, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.881374999997206, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.30669899994973, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.86150700005237, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.122043000068516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.04871000000276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 0.39744400000199676, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "series.js" ], "duration": 64.17439699999522, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 65.29202499997336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "series.js" ], "duration": 66.54437500005588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "series.js" ], "duration": 68.96369899995625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 69.37353500002064, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "series.js" ], "duration": 62.530708000063896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.82481799996458, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 64.41203900007531, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 383820.996739, "end": 385521.92745700007, "runtime": 1701, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "catch.js" ], "duration": 0.4914499999722466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.41941800003406, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.35579900001176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.32968000008259, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.90420599991921, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 64.65497899998445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 63.90424200007692, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 64.23745699995197, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 64.23372300004121, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.39021999994292855, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.02923899993766, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.41135099995881, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.70663000002969, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.4085770000238, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.71940399997402, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.21377200004645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.20427899993956, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.96788400004152, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.43995300005190074, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 61.84831199992914, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 61.462913000024855, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.95411199994851, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 64.79645899997558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 63.15146099997219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 61.51647300005425, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.269292999990284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 65.30834099999629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 385612.57182899996, "end": 387401.208318, "runtime": 1789, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.40070900006685406, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 68.96586799994111, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 68.04456199996639, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.97845000005327, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 67.08349999994971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 67.55188000004273, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 67.7221159999026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.90390400006436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 66.96155700006057, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.3860829999903217, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.30286699999124, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.7281780000776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.15401499997824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.54194699996151, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.31433600001037, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.1565539999865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.34971300000325, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.33693300001323, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.5045139999128878, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.77609699999448, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.16688399994746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.78883600002155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 67.1287720000837, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.27436999999918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.65643400000408, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.70848300005309, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.452724999981, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 387495.01610000007, "end": 391059.42736699997, "runtime": 3564, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 4, "unmatched": 1, "updated": 0, "uncheckedKeys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 0.3886270000366494, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 62.12712900002953, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.19908900000155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.01876899995841, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.46730599994771, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.43999400001485, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 65.57380699994974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 62.4292050000513, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 62.467812999966554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 0.3906020000576973, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.3644080000231, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 63.98148099996615, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 63.36085800000001, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 63.86283900006674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.6485859999666, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 66.33133899990935, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.569111000048, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 62.34887600003276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 0.41273199999704957, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 76.48200499999803, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 70.1667019999586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 67.85320399992634, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 68.33107099996414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 70.1202930000145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 75.14705799997319, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 69.79743000003509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 70.84785200003535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 0.8443689999403432, "failureMessages": [ "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indention.js" ], "duration": 71.88605699990876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 71.81539700005669, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 67.91576100001112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 68.13246500003152, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 65.63963500002865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 67.03133300004993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 66.13886200007983, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 66.37644000002183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 0.4498509999830276, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.33436500001699, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.7858080000151, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 65.20254900003783, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 65.53557399997953, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.82083400001284, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 65.95402000006288, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 67.8963849999709, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 63.10833499999717, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 0.38813600002322346, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 65.62948800006416, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 63.031864000018686, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 62.283683000016026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.21625299996231, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.22012300009374, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 65.84340999997221, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 63.19462800002657, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.59790200006682, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 391171.56841899996, "end": 394546.68870600004, "runtime": 3375, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.4423180000158027, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.17775499995332, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.6563230000902, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.12657500000205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.06514100008644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.710679000010714, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.918491999967955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.39360900002066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.559024999965914, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 0.7178119999589399, "failureMessages": [ "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.9731539998902, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.57187700003851, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.39837399998214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.36700600001495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 60.62728800007608, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 60.57334300002549, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 60.75027800002135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 61.33755099994596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 0.4754180000163615, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 65.56106800003909, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 63.50440799992066, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.519244999974035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 63.0421680000145, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.154343999922276, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.4171989999013, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 61.94349299999885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 61.80117200000677, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 0.3868739999597892, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.98053699999582, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 61.777353000012226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 61.64801899995655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.4267740000505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 64.52277599996887, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 76.11507399997208, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.722960999934, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.40773199999239, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 0.44116499996744096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.337801000103354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.48401399992872, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.27253700001165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.82825999998022, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.26770999992732, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.48865299997851, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.69437599997036, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.85987699998077, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.4011099999770522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 64.45674499997403, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.734006999991834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.87306000001263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.20346599991899, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.84192100004293, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.962753000087105, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.866765000042506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 63.65574499999639, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 394640.84428600007, "end": 395204.62481500005, "runtime": 564, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "spread.js" ], "duration": 0.4290829999372363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.5291309999302, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.73469299997669, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 62.14915900002234, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 62.374849999905564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.38427799998317, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.87076600000728, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.18453099997714, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.40581199992448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 25, "numPendingTests": 0, "perfStats": { "start": 395299.822355, "end": 396971.72452800005, "runtime": 1672, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-default.js" ], "duration": 0.3896800000220537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 62.570773999905214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 62.27696300006937, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 60.82897400006186, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.2828580000205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.89486400003079, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.6515280000167, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.29482499998994, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.61190100002568, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.6209530000342056, "failureMessages": [ "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.64614399999846, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 62.77696199994534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 62.310643000062555, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.54381200007629, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 62.67257000005338, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.10637799999677, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 64.00444100005552, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.12069200002588, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 0.6076670000329614, "failureMessages": [ "parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.64541899994947, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 64.04358100006357, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.74392100004479, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.05896900000516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.21863200003281, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.44218900008127, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 61.8654010000173, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 61.04448400007095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 397067.07231600006, "end": 397667.844386, "runtime": 601, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.46240399999078363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 77.82302900007926, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 70.35105399996974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.96606099989731, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.43836299993563, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.02289000002202, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.34355999995023, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 64.04762700002175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.5335920000216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 397761.683273, "end": 398937.798949, "runtime": 1176, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.39853499992750585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.00422300002538, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.9192589999875, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.91697799996473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.19176899990998, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.68420600006357, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.2492220000131, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.26894099998754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.10722300002817, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.42707899992819875, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 72.69714199996088, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.02820599998813, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.53277599997818, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.92857400001958, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.31605899997521, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.424462000024505, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.92544299992733, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 74.18033599993214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 399040.21564600006, "end": 400823.293032, "runtime": 1783, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "named-amd-module.js" ], "duration": 0.5649459999985993, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 70.61472599999979, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 65.47525699995458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 64.47525899996981, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 63.28594799991697, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 63.17535499995574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 65.56441300001461, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 62.374007000005804, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 62.281731000053696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 0.4024419999914244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 61.98423099995125, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 62.99006600002758, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 62.71212200005539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 63.474048999953084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 62.95001500006765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 64.45778499997687, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 63.420585999963805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 62.69478199991863, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 0.401882000034675, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.1873739999719, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.12895100004971, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 65.06273599993438, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.45661899994593, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.14207499998156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 67.91310800006613, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.0799789999146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.39572799997404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 400917.641823, "end": 401500.164204, "runtime": 583, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "require.js" ], "duration": 0.6784789999946952, "failureMessages": [ "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 65.99793499999214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 65.43462000007275, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.75271100003738, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 63.823540000012144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.91357600002084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.43639400007669, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.9664159999229, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.80141699989326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 25, "numPassingTests": 308, "numPendingTests": 0, "perfStats": { "start": 401604.23478800006, "end": 423180.29456, "runtime": 21576, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 25, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.9846919999690726, "failureMessages": [ "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.63876700005494, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.961407000082545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.4276710000122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.267975999973714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.31821200007107, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.58341800002381, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.68620200001169, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.824760999996215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 0.7919209999963641, "failureMessages": [ "boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 62.11457199999131, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 62.84944100002758, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 64.68425799999386, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 62.48330099997111, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 62.1374529999448, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 63.181301000062376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 62.72527300007641, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 64.70082999998704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 0.8016889999853447, "failureMessages": [ "boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 65.62249300000258, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 64.71045699995011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 64.79747300001327, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 64.04876399994828, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 64.14014100003988, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 66.41684099996928, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 63.85073199996259, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 65.13848899991717, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 0.810336000053212, "failureMessages": [ "boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.86876199999824, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.181872999994084, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.84238000004552, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 65.6555530000478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 65.32144199998584, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.481191999977455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 64.67346199997701, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.83540800004266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 0.7457949999952689, "failureMessages": [ "class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 63.91882999998052, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 64.95984300004784, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 63.62024499999825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 65.0976040000096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 64.40296400000807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 63.465176999918185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 64.51138499996159, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 62.95135999994818, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 0.6927059999434277, "failureMessages": [ "different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 63.39461800002027, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 63.850353999994695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 64.19446599995717, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 65.27721199998632, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 64.89955199998803, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 62.63483900006395, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 63.592424000031315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 64.24477699992713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.6931369999656454, "failureMessages": [ "directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.86766099999659, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.54007500002626, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.76514299993869, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.65104400005657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.79346399998758, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.70082300005015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.10653099999763, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.23398199991789, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 0.8364049999509007, "failureMessages": [ "function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 67.00439700006973, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 66.03022899990901, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 63.53726300003473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 65.96321499999613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 66.37346399994567, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 66.56399799999781, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 65.66586299997289, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 63.85271999996621, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.5559699999867007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.55493400001433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.31225999991875, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.85106399992947, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.3146490000654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.46409799996763, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 67.11583400005475, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 66.0858930000104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.07096099993214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 0.803031999967061, "failureMessages": [ "ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 64.82677700009663, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 63.42013500002213, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 64.4390419999836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 62.75122700002976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 65.14047400001436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 63.86655600008089, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 65.20110700000077, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 63.08819200005382, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 0.5574929999420419, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 81.50338100001682, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 65.64882400003262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 63.56895399990026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 65.3736809999682, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 64.12663399998564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 64.64693600009196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 64.15268399997149, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 63.31343600002583, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 0.5553489999147132, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 66.12867200002074, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 65.85095399990678, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 66.08744599996135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 64.74464399996214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 61.75101800006814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 64.22450000001118, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 65.22244200005662, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 64.53920400002971, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 0.5383869999786839, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 66.10538900003303, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 64.14714999997523, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 63.87976199993864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 63.64673300005961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 65.36428300000262, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 63.89583299995866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 68.16020399995614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 64.36951099999715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 0.5349710000446066, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 62.796224000048824, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 65.16789199993946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 64.11612999998033, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 65.03739199996926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 63.97198000003118, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 64.49186399998143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 64.81610799999908, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 65.35546600003727, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 0.5557499999413267, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 67.32749900000636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 68.14338699996006, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 65.5177670000121, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.3735840000445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 69.2773289999459, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.5421830000123, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.09926599997561, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 62.697363000013866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 0.6770760000217706, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 63.900774999987334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 65.40323699999135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 64.77012000000104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 62.5585049999645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 62.19144700001925, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 64.06670000008307, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 64.1829630000284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 62.011330000008456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 0.769588999915868, "failureMessages": [ "issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 64.67932500003371, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 63.66684200009331, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 63.16276099998504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 63.68218000000343, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 63.63452300010249, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 64.41706399992108, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 64.19816799997352, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 64.37984900001902, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 0.6392759999725968, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 66.14945199992508, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 66.79490400000941, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 64.38754400005564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 66.02592599997297, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 65.15836300002411, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 67.26025099994149, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 65.18178600003012, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 63.351442000013776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 0.7463960000313818, "failureMessages": [ "module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 63.56970699992962, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 64.03899799997453, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 63.18390199996065, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 63.05703799996991, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 63.51804700004868, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 64.79503899998963, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 64.02263599995058, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 66.36061199998949, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 0.7990950000239536, "failureMessages": [ "module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 64.6043129999889, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 65.64224300009664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 63.37186999991536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 63.4934549999889, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 63.220606999937445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 62.44516899995506, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 63.63883499999065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 63.18757499998901, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 0.9140900000929832, "failureMessages": [ "module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 63.14638399996329, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 66.91062800004147, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 70.35592799994629, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 64.863006999949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 64.58790500008035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 65.10104199999478, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 64.50670499994885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 67.04812300007325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 0.7635180000215769, "failureMessages": [ "module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.08745999995153, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 66.25275400001556, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 66.75085899990518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.78071199997794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 63.808038000017405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.05907899991143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 63.14216399996076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.36393200000748, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 0.7884349999949336, "failureMessages": [ "multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.5291740000248, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 65.8768230000278, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 63.66897999995854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 62.38836199999787, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 63.68513600004371, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.3745549999876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.2836070000194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 63.026682999916375, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 0.7940249999519438, "failureMessages": [ "multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 81.2422989999177, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 65.89219300006516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.79649500001688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 67.32678799994756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.3812039999757, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.0178559999913, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 63.590820999932475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.01494299992919, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 0.651990000042133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 64.1924299999373, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 66.42533300002106, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 65.18603700003587, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 66.78748500009533, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 67.67791199998464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 65.45626900007483, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 67.38702399993781, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 65.09138900006656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.5155539999250323, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.06283700000495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.76030399999581, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.3615099999588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.32925800001249, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.11011999996845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.87751899997238, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.00527999992482, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.66185599996243, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.7384020000463352, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 67.04210399999283, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 67.66181499999948, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 65.70168000005651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 65.810201000073, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 67.16496600001119, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 67.91014500008896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 66.86230399995111, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 64.41381300007924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 0.8297220000531524, "failureMessages": [ "nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 64.78349399997387, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 65.48178299993742, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 64.61203399999067, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 63.32663699996192, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 65.80441599991173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 63.32577300001867, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 63.79050300002564, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 64.34897900000215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 0.5155139999696985, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 64.74722200003453, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 64.92369500000495, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 66.73632899997756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 64.70083799993154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 65.42696399998385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 65.5633819999639, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 65.7753359999042, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 65.76920099998824, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 0.758960000006482, "failureMessages": [ "object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 69.25093300000299, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 64.74899100000039, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 66.98638500005472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 65.17764399992302, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 65.3829450000776, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 62.69616000005044, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 63.657500999979675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 64.79777000006288, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 0.7981840000720695, "failureMessages": [ "range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 64.06345300003886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 63.46577200002503, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 64.58084399998188, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 62.37607100000605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 62.72522500006016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 65.1688879999565, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 64.45244900009129, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 64.26160900003742, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 0.8147640000097454, "failureMessages": [ "range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 64.43665000004694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 62.62003800005186, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 62.75085300009232, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 64.16804599994794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 68.67579599993769, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 65.00639200001024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 64.49249099998269, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 65.97983399999794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.8050559998955578, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 66.8583520000102, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 66.03439899999648, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 65.30306700000074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 65.3369010000024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 65.32092800003011, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 65.90338599996176, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 65.45013699994888, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 65.65810499992222, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 0.7778150000376627, "failureMessages": [ "reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 63.99602399999276, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 62.53484700003173, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 64.89611699990928, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 62.91625300003216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 62.788555999984965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 63.773480999981984, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 65.88782100006938, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 63.737189000006765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 0.757746999966912, "failureMessages": [ "start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 65.2578490000451, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 63.80550400004722, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 64.16715999995358, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 64.77150100003928, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 64.87182500003837, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 64.01939599995967, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 64.71611699997447, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 64.57027100003324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 0.5132189999567345, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 65.52806400007103, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 65.08866100001615, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 65.5440809999127, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 66.40281799994409, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 65.48422900005244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 63.42630300007295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 62.27492999995593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 62.72381300001871, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 0.7486689999932423, "failureMessages": [ "whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 63.02105799992569, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 63.04580399999395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 63.66349700000137, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 65.32282200001646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 64.99862299999222, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 64.9083180000307, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 65.91248200007249, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 65.35060899995733, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 423322.246717, "end": 425702.10983000003, "runtime": 2380, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-list.js" ], "duration": 0.5052249999716878, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 70.01571800000966, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 67.38339299999643, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 64.83270300005097, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 65.33939600002486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 64.34456800005864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 66.48052500002086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 64.97309200000018, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 67.01348900003359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4000279998872429, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.09783099999186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.156793000060134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.13230099994689, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.13851399999112, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.85107100009918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.98656500002835, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.65876899997238, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.72115700005088, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 0.464047999936156, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 75.83224400004838, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 68.6747959998902, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.87359700002708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 65.18849800003227, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.94285000010859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 67.00668300001416, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 66.77732200000901, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 67.16545299999416, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 0.48636900004930794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 69.05835299997125, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.23766999994405, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.9904670000542, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 64.20800800004508, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 64.38386300008278, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.54848700005095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.65504300000612, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 66.85766500001773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 425800.12784699997, "end": 427035.583194, "runtime": 1235, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nested-real.js" ], "duration": 0.42836100002750754, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 84.7476279999828, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 70.46728500002064, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 68.7552409999771, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 69.91755500005092, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 68.16818499995861, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 69.73080599994864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 74.0119330000598, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 72.31761500006542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.4008899999316782, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 74.11158099991735, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.2344129999401, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.15457300003618, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.30130599997938, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.17662799998652, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.05385399993975, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.01534699997865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.14563900011126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 427131.828454, "end": 428977.01282999996, "runtime": 1845, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "chaining.js" ], "duration": 0.8031729999929667, "failureMessages": [ "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 76.52758600004017, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 79.9126389999874, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.58189299993683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.69326500000898, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 71.10035299998708, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 74.01583100005519, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.46166599995922, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.85967799997889, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4058889999287203, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.47498699999414, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.04909500002395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.75828499998897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.42755199992098, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.81026599998586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.96654699998908, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.00398100004531, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.29789699998219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 0.42623700003605336, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval.js" ], "duration": 72.58535099995788, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.607516000047326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.846062999917194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.925704999943264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.575995000079274, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 64.15040599997155, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 64.06110900000203, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 64.85450899996795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 429078.92317200004, "end": 429648.718449, "runtime": 570, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 0.38433899998199195, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 61.866806000005454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 64.01183800003491, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 63.955873999977484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 63.59160200005863, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 64.18347899999935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 63.30789900000673, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 62.609393999911845, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 64.27979199995752, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 429747.51837400004, "end": 432084.18679800007, "runtime": 2337, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.3984560000244528, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.747753000003286, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.42198500002269, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.81694799999241, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.08687799994368, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.58126699994318, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.46120500005782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.27645000000484, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.50517499994021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 0.40613000001758337, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 67.14979499997571, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 64.62062499998137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 64.8333949999651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 62.351924999966286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 64.18442599999253, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 64.69102200004272, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 63.69052200007718, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 62.43456900003366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 0.4177810000255704, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 67.73048699996434, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 64.38269599992782, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 62.711371000041254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.24213200004306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 66.20335399999749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 65.66934699995909, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 65.40144799998961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 66.39093899994623, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.41325299988966435, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 69.53047300002072, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.18846800003666, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.04759700002614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.27198199997656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.83561399998143, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.39297199994326, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.13249699992593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.17035699996632, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 432181.659221, "end": 432772.452273, "runtime": 591, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 0.3891079999739304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 66.66501599992625, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 65.50232099997811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 65.13678400008939, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 65.74004899989814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 66.3620210000081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 65.26611500000581, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 66.01662200002465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 64.1808210000163, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 432908.69574299996, "end": 434600.57153899997, "runtime": 1692, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.5259239999577403, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.40257599996403, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.01643899991177, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.81724300002679, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.70620300003793, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.1852540000109, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.86989800003357, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.332169000059366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.01068399997894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 0.4491799999959767, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 63.820232999976724, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 65.00044899992645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 64.88158000004478, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 62.358455000096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 62.196798000019044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.026295999996364, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.81328200001735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 63.39277899998706, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 0.37785799999255687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 63.49833299999591, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 62.2420319999801, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 63.662429000018165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 61.56899599998724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 61.839351000031456, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 62.41154400003143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 61.68093300005421, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 62.07155300001614, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 434710.09243, "end": 436410.908794, "runtime": 1701, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "conditional.js" ], "duration": 0.47199300001375377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.970975999953225, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.3934639999643, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.34482300002128, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.47175699996296, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.07186200004071, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.32315399998333, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.218637000070885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.59462599991821, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.40959599998313934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 67.5215249999892, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 66.4491149999667, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 63.040211999905296, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.2167929999996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.0407379999524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.7806570000248, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.82656799990218, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 65.56171699997503, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.432909999974072, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.88156999996863, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.44995499996003, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.47194100008346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.95524999999907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.810035999980755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.29694600007497, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.829127999953926, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.10000800003763, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 436514.00998200005, "end": 437662.309752, "runtime": 1148, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "issue-7024.js" ], "duration": 0.391111999982968, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 60.559755000052974, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 60.71664899995085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.995962000102736, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 62.99106999998912, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 60.61198399995919, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.919555000029504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.92852100008167, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.09657899988815, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 0.3803620000835508, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 73.14668000000529, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 63.39214200002607, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.06159499997739, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.50522200006526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 61.128696000087075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 64.90777299995534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 66.4162939999951, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.634298000019044, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 437762.04216600006, "end": 438400.825592, "runtime": 639, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "logical-assignment.js" ], "duration": 0.4315050001023337, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 70.30501100001857, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 92.97251899994444, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 63.321569000021555, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.61935300007463, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 66.10543300001882, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 63.383196000009775, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 64.80537300009746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.02585899992846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 438500.28819200007, "end": 439042.18331200007, "runtime": 542, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.4019809999736026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.904555000015534, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.856522000045516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.30987900006585, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.87863099994138, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.264572000014596, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.289892000029795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.9302659999812, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.23086200002581, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 439149.50900200004, "end": 439721.037375, "runtime": 572, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "boundary.js" ], "duration": 0.4772009999724105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.78195500001311, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.69558800000232, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.01928599993698, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.0206509999698, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.628875000053085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.83092099998612, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.32238900009543, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.18460799998138, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 439818.38677599997, "end": 440366.316586, "runtime": 548, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "windows.js" ], "duration": 0.3791590000037104, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.63640600000508, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.280877999961376, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.043445999966934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.72829799994361, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.3214760000119, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.548649000003934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.17530300002545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.89445000002161, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 440467.503597, "end": 442145.361964, "runtime": 1678, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 0.3754110001027584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.40913799998816, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.51912599999923, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 63.568136999965645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 63.61696100002155, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.09556600009091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.65740599995479, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.53442000003997, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 61.62163199996576, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4026920000324026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.89435999991838, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.72493099991698, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.4043960000854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.43356799997855, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.91631200001575, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.25141799997073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.24914099997841, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.72420199995395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 0.4273589999647811, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 62.11278099997435, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 61.87567499990109, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 61.655964999925345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 61.833865999942645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 61.955967999994755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 63.59922299999744, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 61.396936999983154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 61.35323100001551, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 442244.58680600004, "end": 442812.281674, "runtime": 568, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import_meta.js" ], "duration": 0.37524199998006225, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.07836799998768, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 63.773888999945484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 63.37427899998147, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 63.15542000008281, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.036756999907084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 63.576591999968514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 65.07285400002729, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.65343499998562, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 44, "numPendingTests": 0, "perfStats": { "start": 442912.86329000007, "end": 445853.619644, "runtime": 2941, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment_before_else.js" ], "duration": 0.3905009999871254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 63.95469799998682, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 63.9921509999549, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.7836880000541, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 60.4976659999229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 60.487567000091076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.67812400008552, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 63.53510099998675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 67.4876430000877, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 0.4119209999917075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "else.js" ], "duration": 67.16708399995696, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.56377500004601, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "else.js" ], "duration": 64.95648799999617, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "else.js" ], "duration": 64.59690599993337, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 62.87871100008488, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "else.js" ], "duration": 64.84714199998416, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "else.js" ], "duration": 65.19865100004245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 66.229364000028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 0.6895889999577776, "failureMessages": [ "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 88.15277000004426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.01219600008335, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.23914399999194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 64.27137400000356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 62.95743599999696, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 63.567900000023656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 64.31004899996333, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 63.47026799991727, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 0.40569899999536574, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 67.90636200003792, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 70.27542099996936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 64.54694699996617, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 67.98680499999318, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 68.10432599997148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 68.29531499999575, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 67.02366599999368, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 67.61767000006512, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 0.3923530000029132, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 63.48779899999499, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 64.30978400004096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 64.28198099997826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 63.22161300003063, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.98826299991924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 64.93936199997552, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 64.17494900000747, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.87519199994858, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 445954.93180900003, "end": 447679.36966699996, "runtime": 1724, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "anonymous.js" ], "duration": 0.4446609999286011, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 66.1797840000363, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.78298600006383, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 64.32256899995264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 65.23107799992431, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.75865899992641, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 63.16886400000658, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 61.48955699999351, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.093183999997564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 0.38058100000489503, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 66.92449600005057, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.8684690000955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.05156499997247, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.52178000006825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.35296600009315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 65.3452319999924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.7228340000147, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 65.16890499996953, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 0.40008799999486655, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 63.718835000065155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.45973200001754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.87040200002957, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.22229800000787, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 64.54770300001837, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 64.64581400004681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 64.5550209999783, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 64.91370300005656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 447777.45041900006, "end": 448370.83327, "runtime": 593, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.38548000005539507, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.40823100006673, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 69.62795600004029, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.53585900005419, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.51476900000125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.25462999998126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.16558100003749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.28466100001242, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.43494199996348, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 448472.30494999996, "end": 449055.084096, "runtime": 583, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 0.4502720000455156, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 65.62671099998988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 65.11955300008412, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 64.7564339999808, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 64.91321200004313, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.926081999903545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 62.83037500001956, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 65.2882919999538, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 66.83375400002114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 449160.61337700003, "end": 450287.503419, "runtime": 1127, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.39859599992632866, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.67548199999146, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.51594099996146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.83151199994609, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.05841000005603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.47408000007272, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.382228999980725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 61.25433299993165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.87565100006759, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 0.47540900006424636, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.81480799999554, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.15220400004182, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.77578500006348, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 60.58927599992603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 58.95200099993963, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.97560500004329, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 61.177673000027426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 60.04340899991803, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 450388.49550200003, "end": 450952.131062, "runtime": 564, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-identifier.js" ], "duration": 0.4703389999922365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 63.62045599997509, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 63.87293299997691, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.68659099994693, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 63.874960000044666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.959586000069976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.389639999950305, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.25781099998858, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.07985300000291, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 451051.51594899996, "end": 451618.903889, "runtime": 567, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await.js" ], "duration": 0.39126199996098876, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.75228900008369, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 64.4421699999366, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 64.11364100000355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.30237799999304, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 61.25931699993089, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.19232699996792, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.7058829999296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.03285199997481, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 61, "numPendingTests": 0, "perfStats": { "start": 451723.372314, "end": 455798.55629100004, "runtime": 4075, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.38611199997831136, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.398253999999724, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.29930800001603, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.588369000004604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.54655899992213, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.581044999999, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.45024999999441, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.13935800001491, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.60805399995297, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 0.7480590000050142, "failureMessages": [ "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 92.61079300008714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.64232300000731, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 67.59355900005903, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 63.85785400005989, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.42288700002246, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.6482519999845, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.95821800001431, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.46426799998153, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 0.40351500001270324, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 72.65834900003392, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 65.69938699994236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 64.34785500005819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.33208900003228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 65.51563499995973, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 65.61992199998349, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 64.69042800005991, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.924221999943256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 1.0465969999786466, "failureMessages": [ "continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 69.09969399997499, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 65.43710300000384, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.79610999999568, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.42107599996962, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 65.78382699994836, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 65.85488999995869, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.8517840000568, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 65.06126400001813, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 0.38736499997321516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for.js" ], "duration": 64.09030000003986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.6468739999691, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.295607000007294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for.js" ], "duration": 63.780560000101104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.27816499990877, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.19949699996505, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for.js" ], "duration": 63.549131999956444, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.709448000066914, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 0.4022830000612885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in.js" ], "duration": 67.12997799995355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 65.03316699992865, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.53105399990454, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.381133000017144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 64.01726200000849, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in.js" ], "duration": 64.51182700006757, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in.js" ], "duration": 65.54090399993584, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.85473900008947, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 0.43750800006091595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.481143999961205, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 63.74343700008467, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "var.js" ], "duration": 62.139002999989316, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "var.js" ], "duration": 63.51323899999261, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 63.25305900000967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.368038000073284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.95553600008134, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 62.45416399999522, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 455898.22218800004, "end": 457023.30077300005, "runtime": 1125, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no_regression.js" ], "duration": 0.4727740000234917, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 63.141337999957614, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.202653000014834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.82682299998123, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 63.334728999994695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.8993860000046, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.088549000094645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.99556900002062, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 63.038225999916904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 0.4131630000192672, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.993009000085294, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 63.09730599995237, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.35474800004158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.06566999992356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.216126999934204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.52378100005444, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.62664200004656, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.910773000097834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 50, "numPendingTests": 0, "perfStats": { "start": 457125.18719300005, "end": 460536.317248, "runtime": 3411, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary_and_template.js" ], "duration": 0.6145189999369904, "failureMessages": [ "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 61.65080200007651, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.348440000088885, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.3623479999369, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.65473499998916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.295462999958545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 62.94044799997937, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.213461000006646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.23808000003919, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 0.6275039999745786, "failureMessages": [ "body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 65.69068899995182, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 65.40863299998455, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.99892899999395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.718804999953136, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.78488599997945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 64.47486800001934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.130513999960385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.30996400001459, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 0.5711880000308156, "failureMessages": [ "class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 62.42113699996844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 73.39688600006048, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 65.6706370000029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 62.580058999941684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 62.603113000048324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.86275299999397, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.72615300002508, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.411773999920115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 0.3791179999243468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 61.372080000001006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.01798899995629, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.817931000026874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.991101999999955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.65336300001945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.335467000026256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.89545499999076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.35651800001506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 0.6313300000037998, "failureMessages": [ "function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 65.9575059999479, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 63.398970999987796, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 62.65455700003076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 62.56714599998668, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.71773299993947, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.26072700007353, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.02350300003309, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 62.99618300003931, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.39172299997881055, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 63.175475999945775, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 63.00920700002462, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 63.13489700003993, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.0322800000431, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.32541900000069, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.497984000016004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.814944999990985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 63.13502300006803, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 90, "numPendingTests": 0, "perfStats": { "start": 460639.00213900005, "end": 466348.97272, "runtime": 5710, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 0.4833440000656992, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 64.55923300003633, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 66.41007199999876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 64.62830499990378, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.74676600005478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 63.3717160000233, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 64.41661099996418, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 65.16215499991085, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 64.08114999998361, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 0.4348339999560267, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.53970000008121, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.358760999981314, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 63.12351900001522, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.24472900002729, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.646925000008196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 64.23555099999066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.27654700004496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.94863799994346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 0.3780369999585673, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.2296980000101, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.447466999990866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.72083200002089, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.29827400005888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.41704700002447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.71456400002353, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.958239999949, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 64.99642500001937, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 0.3753230000147596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 62.9664229999762, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.94402199995238, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 64.09988400002476, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.64922499994282, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.22117699997034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.118128000060096, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.4690539999865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 64.4762369999662, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 0.4036159999668598, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.90861500008032, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 63.990202000015415, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 63.955323999980465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.98622799990699, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.98201300005894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 62.90101099992171, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 62.94111400004476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 65.07425499998499, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 0.3789589999942109, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 63.87469300010707, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 65.63733900000807, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 63.70997699990403, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 63.935235999990255, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 65.31263200007379, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 64.76731799996924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.95022100000642, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.39798999996856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 0.49520700005814433, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 64.65768100006972, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.930203999974765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 62.54779199999757, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 62.981030000024475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 64.36390799994115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.096573999966495, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.5066489999881, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 64.31304799998179, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 0.4085350000532344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.831831999938004, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 64.76557899999898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.98943900002632, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 64.22770699998364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.83319700008724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.93808200000785, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.12435100006405, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.82507999998052, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 0.3928559999912977, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.33638100000098, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.02844600006938, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.49730399996042, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.46943699999247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.84886100003496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 63.946909999940544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.09604699991178, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.2852890000213, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 0.42997499997727573, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.33091500005685, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 61.78313400002662, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.48145399999339, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.6416400000453, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 64.3895720000146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 64.04315200005658, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 64.2931989999488, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.651884000049904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 466449.35447099997, "end": 467597.94382600003, "runtime": 1149, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "body.js" ], "duration": 0.3868239999283105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 66.67210799991153, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 65.92115499998908, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 64.37278700002935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.360966000007465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 64.75065499998163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.73406599997543, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.5557549999794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.751802999991924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.3838579999282956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.9856129999971, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 63.90394800005015, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 64.0042170000961, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 64.30963499995414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 64.59715000004508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.264781999983825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.30649899994023, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.38149599998724, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 467709.58700800006, "end": 469405.99081399996, "runtime": 1696, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.4172109999926761, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 64.01523599994835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.12390900007449, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.45191800000612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.01400099997409, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.61917700001504, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.50976599997375, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.332996000070125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.046649000025354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.3711739999707788, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.135705000022426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.413159999996424, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.0981230000034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.578854999970645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.398046000045724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.08403099991847, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.353395999991335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.89103800000157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 0.38886800000909716, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 65.95327699999325, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.25601200002711, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 63.348761999979615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 62.933672999963164, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.13662000000477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.74691500002518, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 63.639612000086345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.59071599994786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 469510.63187, "end": 470671.418859, "runtime": 1161, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6571090000215918, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 79.50892199994996, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 68.3912479999708, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.02621999999974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 67.03938299999572, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.1482229999965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.66760499996599, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.45667800004594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.46803600003477, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 0.3642410000320524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 60.42247099999804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.92515999998432, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.16454100003466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 63.065202999976464, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 61.16205800010357, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 61.62578100000974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.368080999935046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 60.01402000000235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 470777.335621, "end": 471329.18366400007, "runtime": 552, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.42915300000458956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.21379499998875, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.40729600004852, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.4544519999763, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.911259999964386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.48560300003737, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.38603599998169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 62.633280000067316, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.73624500003643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 108, "numPendingTests": 0, "perfStats": { "start": 471452.75854999997, "end": 478150.81580599997, "runtime": 6698, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.40414600004442036, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.442164000007324, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.8206680000294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.54806599998847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.67771800002083, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.8667200000491, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.82399299996905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.97368599998299, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.18970900005661, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.430746000027284, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 66.17627299996093, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.495870999991894, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.10537899995688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.67783300008159, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.11153600004036, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.98886099993251, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.734943000017665, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.04288900003303, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 0.3822950000176206, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.582219999982044, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.23279899999034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.372012999956496, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.61545100004878, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.93197200004943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.43721799994819, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.540326000074856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.314744999981485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.36422099999617785, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.57941799995024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.51846499997191, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.347116000019014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 66.16559599991888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 68.0565320000751, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.560170999960974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.7457309999736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.27690200007055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 0.45499100000597537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 65.08902199997101, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.72331100003794, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.7832149999449, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 63.40001899993513, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 61.49520200002007, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.12067199999001, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.13612999999896, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 61.722579000052065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4310860000550747, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.78330999996979, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.49395099992398, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.55845699994825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.002877999912016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.02390999998897, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.49592100002337, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.99846200004686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.257354000001214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.36531300004571676, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 58.9486409999663, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 61.4282200000016, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.28092299995478, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.42836100002751, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.92660800006706, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.74486600002274, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.262584000010975, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.9828330000164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.41064799996092916, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 72.62094200006686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.890285999979824, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.294550999999046, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.92693600000348, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.20975099992938, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.86273399996571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.762987999944016, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 63.264726999914274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 0.39441800001077354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new.js" ], "duration": 63.109542999998666, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.1960530000506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new.js" ], "duration": 60.90512799995486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.796154000097886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.043508999980986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new.js" ], "duration": 59.40325299999677, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.16533300001174, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.28703200002201, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 0.388156000059098, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "property.js" ], "duration": 64.62677500001155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 65.3560689999722, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "property.js" ], "duration": 64.31370299996343, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "property.js" ], "duration": 61.74715199996717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.58496499992907, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.55369700002484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.18917600007262, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 64.75704500009306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 0.45338799990713596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.490592999965884, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.4451490000356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.80387599999085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.539197999984026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.133719000034034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.98220600001514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.44150499999523, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.35496300004888, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 0.43501300003845245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 63.48866100003943, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.74228799995035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.91327799996361, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.68911899998784, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 60.662846999941394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.765245000016876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.08001899998635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 63.03595300007146, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 478280.42616900004, "end": 479963.27644800005, "runtime": 1683, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.48512700002174824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.961369000026025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.37264499999583, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.010840000002645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.563014000072144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.50373599992599, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.708479000022635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.70238299993798, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.10298500000499, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 0.6268129999516532, "failureMessages": [ "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.38079500000458, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.45039899996482, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.01270800002385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.01109899999574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 63.004195000045, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 62.81487400003243, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.50559499999508, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.27822999993805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.3962809999939054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 64.70128899998963, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 64.06629400001839, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 63.23308299994096, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.6200040000258, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 63.72767900000326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 65.0213620000286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 63.353436000063084, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 63.15901699999813, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 480103.06838400004, "end": 480664.19438000006, "runtime": 561, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.822628999943845, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.64657199999783, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.38733499997761, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.91042500000913, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.699259999906644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.37255900003947, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.797426000004634, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.96447500004433, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.47693100001197, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 480775.59408400004, "end": 483160.330947, "runtime": 2385, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.48055800003930926, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 70.78950800001621, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 67.78544899995904, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 67.408369999961, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.28589599998668, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.1591920000501, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 73.838754999917, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 67.73644699994475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.61754699994344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 0.4018819999182597, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parent.js" ], "duration": 62.855943000060506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 62.57818000006955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.18840799992904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.70455700007733, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 62.98384499992244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.16860800003633, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.4265669999877, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 60.32614400004968, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 0.48918399994727224, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "react.js" ], "duration": 94.77421699999832, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 70.26749100000598, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "react.js" ], "duration": 66.34535299998242, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "react.js" ], "duration": 69.39570800005458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 67.30078799999319, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.4433770000469, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.02823799999896, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 67.36376099998597, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 0.3845189999556169, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.839572999975644, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.91183599992655, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.55921599990688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 60.934476000024006, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.78738200000953, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.96178899996448, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.19117899995763, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.50498399999924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 483266.51955599996, "end": 483877.89634000004, "runtime": 611, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "parens.js" ], "duration": 0.43752799998037517, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 86.40795700007584, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.83989699999802, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.986745000001974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.41287900006864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.66006600006949, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.6204040000448, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 65.01268099993467, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 63.643873000051826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 483984.91086400003, "end": 484563.93114199996, "runtime": 579, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "literal.js" ], "duration": 0.4090449999785051, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "literal.js" ], "duration": 62.426102999947034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 63.39438199996948, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.236166000016965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 59.94800000009127, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.66671800008044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 60.85384700004943, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 60.37245599995367, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 60.27728599996772, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 89, "numPendingTests": 0, "perfStats": { "start": 484667.688074, "end": 490245.23501, "runtime": 5578, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 9, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-iteration.js" ], "duration": 0.4002280000131577, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.53010900004301, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 62.00884600006975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 62.96956399991177, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 60.870415999903344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 60.47049599990714, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 60.874422000022605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.21938699996099, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.28936799999792, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 0.3824850000673905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 61.1480599999195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.002447000006214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.85160900000483, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.1223619999364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 61.37590500002261, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 61.70644599990919, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 61.93438300001435, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.485141000011936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 0.3856610000366345, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 65.49336900003254, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 63.24286600004416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.516620000009425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.348617999930866, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.7522530000424, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 60.17239299998619, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 61.43388599995524, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.5446149999043, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 0.4006789999548346, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 64.81439999991562, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 65.26491999998689, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.67170799989253, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.18424899992533, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.7165269999532, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.79998999997042, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.21659099997487, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.724451999994926, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 0.41849199996795505, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.572913000010885, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 61.02257400006056, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.119353000074625, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.499391000019386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.83552199997939, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.939848999958485, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 61.89939899998717, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 58.72032099997159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 0.42795099993236363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 65.33379299996886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 63.747933000093326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 62.28734799998347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 61.147824999992736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 60.03873000002932, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 61.74291799997445, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 61.09266199998092, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 62.006567999953404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.3855109999421984, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.32640600006562, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.19189299992286, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.19038000004366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.053401999990456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.15006599994376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.77967099996749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.74785199994221, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.01681499998085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.7443119999952614, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 69.61833700002171, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.90901699999813, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 61.730632000020705, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.53271299996413, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 61.315067999996245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.26732500002254, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.14248299994506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 63.019942999933846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.3919629999436438, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.91209500003606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 60.58125100005418, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.5627150000073, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.77299399999902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 59.31933799991384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 60.332123000058345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 60.57220900000539, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 59.97244200005662, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 0.3943770000478253, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 62.04571299999952, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.24941699998453, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.2370210000081, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.53668999997899, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 62.36591000005137, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 62.703160999924876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.49780000001192, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.846887000021525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 490382.028628, "end": 490940.60699100007, "runtime": 559, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assignment_expression.js" ], "duration": 0.4857790000969544, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.76785499998368, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 62.408422000007704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.30286499997601, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.189050999935716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.49547500000335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 63.008215000038035, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 63.0325619999785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 63.952520000049844, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 241, "numPendingTests": 0, "perfStats": { "start": 491068.207137, "end": 506190.85431600007, "runtime": 15123, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 25, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.39805399999022484, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.3609010000946, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.24690500006545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.38509899994824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.340745000052266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.26239600009285, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.594446000061, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.138314999989234, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.441167999990284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 0.38105199998244643, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.991500000003725, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.91642999998294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.26379699993413, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 58.94975000002887, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.06640000001062, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.34156599990092, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.166380999959074, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.847533000051044, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 0.3726770000066608, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 62.852601999999024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 62.36031800007913, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.597008000011556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.722938999999315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.769227999961004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.836213999893516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.14233800000511, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 59.484021999989636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 0.39493900001980364, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.10037899995223, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.59854200005066, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.71439099998679, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 60.38524800003506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 60.14142800006084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.376527999993414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.35195199993905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.96654099994339, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 0.37418799998704344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.92126399988774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.112613999983296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.50556600000709, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.28284400003031, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.52710599999409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.92195400001947, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.07732699997723, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 58.58738699997775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 0.4498589999275282, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.48115799995139, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.84200299996883, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.24868499999866, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.30250700004399, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 58.972758999909274, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.56794300000183, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.003948999918066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.206337000010535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.3914509998867288, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.12099299998954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.205246999976225, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.671518000075594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.04981500003487, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.79634600004647, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.459533000015654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.02953499997966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.29129900003318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 0.7076310000848025, "failureMessages": [ "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 94.74928399990313, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 79.93727900006343, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.18803800002206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.515432999935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.50910400005523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.88580000004731, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 64.92248199996538, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 66.25972900004126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 0.38380800001323223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.76792400004342, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.918836000026204, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.32673099997919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.84219800005667, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.700545999919996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.48912699997891, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.31469200004358, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.398099000100046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 0.37793700001202524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 58.85629499994684, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.03255000000354, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.762793999980204, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.32667899993248, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.91376499994658, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 62.23709699988831, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.944603999960236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.15948299993761, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 0.6586720000486821, "failureMessages": [ "issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 64.98780100001022, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 64.91549699997995, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.4452759999549, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 63.503914000000805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.97287299996242, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 63.58782299992163, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 63.31466699996963, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 63.49089999997523, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 0.4043159999419004, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 64.10070099995937, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.30541400006041, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.05420499993488, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.08446799998637, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.88583199994173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.17691899999045, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.09154099994339, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.91297399997711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 0.39566899999044836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.99971000000369, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.26802900002804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 63.65784799994435, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.52271000004839, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.55749100004323, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.01753599999938, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.890353000024334, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.41543699998874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 0.4001079999143258, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 62.997354999999516, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 63.004261999973096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 63.3054439999396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 64.45589400001336, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 62.21439099998679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 63.055220999987796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 62.017850000062026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 61.11681799998041, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 0.384559000027366, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 61.88314499997068, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 63.03653099993244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 62.03177700005472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 60.22303799993824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.669504999998026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 62.27723700006027, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 62.07911599997897, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.38724299997557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 0.4021319999592379, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 63.421420999919064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 61.42469199991319, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 59.62658600008581, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.04997100005858, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.429646000033244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 61.84332300000824, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 61.11393200000748, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 62.16205699997954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 0.39119100000243634, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 60.74279699998442, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.636928000021726, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.08631099993363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 63.391145000001416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.18887700000778, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.99651599989738, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 62.32482900004834, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.782658999902196, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 0.4073019999777898, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 62.73022999998648, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.828960999962874, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.904516999959014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.97676800005138, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 59.81500800000504, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 59.829525000066496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.83331899996847, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.16101099993102, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 0.38520999997854233, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 63.22952100005932, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 62.725802000029944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 63.28192900004797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.26488499995321, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.716488000005484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.21331099991221, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.821641999995336, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.7745129999239, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 0.4244940000353381, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.70201800006907, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.0861520000035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.04395399999339, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 63.397873000008985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 63.802036999957636, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.03804100002162, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.99700699991081, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.22689199994784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 0.43084600009024143, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.9151370000327, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 59.522590999957174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 59.77940200001467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.527888000011444, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.718247000011615, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.482843000092544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.87881699996069, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.79848999995738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 0.42260000004898757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 64.10981500009075, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 64.86539599997923, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 62.73855800007004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.75448600004893, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 62.12120000005234, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.959972999989986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.100971999927424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.54324299993459, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 0.5381259999703616, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 65.7729040000122, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.46166699996684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.91905000002589, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.47698099992704, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.3601829999825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.6597260000417, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.61116999993101, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.70273300004192, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 0.38761400000657886, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.30550699995365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 75.54947999992874, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.41263299994171, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.33460499998182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 61.516342999995686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.803469999926165, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 59.51803599996492, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 58.9854860000778, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 0.5111460000043735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.937850999995135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.50242999999318, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.26842400000896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.090057000052184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.6037639999995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.425875000073574, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.626137999934144, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.57398900005501, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 0.4453330000396818, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 63.88903600000776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.190502999932505, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.51408500003163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.32468499999959, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.104220999986865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.855170000111684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.81112299999222, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.850192000041716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.45113299996592104, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.585934999980964, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.62715499999467, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.362112999893725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.869534000055864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.652543999953195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.308332999935374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.352555999998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.624810999957845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 506323.74052100006, "end": 509709.52582200005, "runtime": 3386, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.5453099999576807, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.21867299999576, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.67782999994233, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.11390900006518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.72984699998051, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.98833399999421, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.391987000009976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.85940899990965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.259909000014886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 0.3934160000644624, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.765531999990344, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 64.17327099991962, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 62.900386999943294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 62.31931699998677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.36775500001386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.53830400004517, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 62.905831999960355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 62.7963560000062, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 0.4016200000187382, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function.js" ], "duration": 77.6870110000018, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 65.32798900001217, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function.js" ], "duration": 61.928703999961726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function.js" ], "duration": 62.97587899991777, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.55221899994649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function.js" ], "duration": 64.29248499998357, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function.js" ], "duration": 61.626437999890186, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 65.55793100001756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 0.42346200009342283, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.48743400000967, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 63.75806799996644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 62.00611099996604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.58656800002791, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.6045649999287, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.918199999956414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.910352000035346, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.714761000010185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 0.382765999995172, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.686630000011064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.602078999974765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.863344000070356, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.687575999996625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.53033700003289, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.19043000007514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.213584999903105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.456310000037774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.4112890000687912, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 67.12981100007892, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.01058000000194, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.482383999973536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 66.62937500001863, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.52344399993308, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.46476799994707, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 66.2609990000492, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.73185199999716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 509847.994171, "end": 510391.26613100007, "runtime": 543, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.48170100001152605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.3633400000399, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.39865500002634, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.137043999973685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.21537900005933, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.58103400003165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.354080000077374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.65515799995046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.957994999946095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 28, "numPendingTests": 0, "perfStats": { "start": 510507.36449400004, "end": 512246.76707600005, "runtime": 1739, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.3922640000237152, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.6520770000061, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.348377000074834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.44819199992344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.897259999997914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.977445999975316, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.703350999974646, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.43401100009214133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 64.65365899994504, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.53201500000432, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.868207999970764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.31004200002644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.186779999989085, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.326599999913014, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 0.3781270000617951, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.192817999981344, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.168320000055246, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 62.98046599992085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 63.363517999998294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.64434200001415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 62.64854700001888, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.39691200002562255, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.05916800000705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.252768000005744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.357053999905474, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.83251500001643, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.478832000051625, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.523505999939516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 512361.811495, "end": 513216.74642100005, "runtime": 855, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.47441700007766485, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 61.030918999924324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.05718999996316, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.38888600002974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.42694599996321, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.51362300000619, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.676416000002064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 0.45284599997103214, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.72921599994879, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.29666100000031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 60.78924499999266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.3770609999774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.70948100008536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 61.67695199989248, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 513336.086514, "end": 513770.53817899997, "runtime": 434, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "return-outside-function.js" ], "duration": 0.6041500000283122, "failureMessages": [ "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 58.71655599994119, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.11318099999335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.0814750000136, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.069350999896415, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 58.5794360000873, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.63271200004965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 513890.59135299997, "end": 516964.53782500006, "runtime": 3074, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 1, "unmatched": 0, "updated": 0, "uncheckedKeys": [ "graphql.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.37499099993146956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.33093300007749, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.63285499997437, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.814245000015944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.40972899994813, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.964807000011206, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.47168199997395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.42301100003533065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.1701400000602, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.10280500003137, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.12487499997951, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.99635699996725, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.41998599993531, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.04862299992237, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4227309999987483, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.75820699997712, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.43194200005382, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.07104900002014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.84138499991968, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.06966300006025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.43959600001108, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 0.4631759999319911, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 65.37441199994646, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 63.42015999997966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 61.004859999986365, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 61.175723999971524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 61.26874800003134, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 58.97507799998857, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.4525059999432415, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.09391599998344, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.924660999909975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.564452999969944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.57841499999631, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.644717999966815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.064385999925435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.44988099997863173, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.30746400007047, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 61.01677800004836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.06154699996114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.99017699994147, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.690729000023566, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.879065999994054, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.485056999954395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 71.26672700000927, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 62.59939300001133, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 61.71753399993759, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 62.6943480001064, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 65.2078909999691, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 63.19897500006482, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 517088.50160699995, "end": 517951.18728500005, "runtime": 863, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "backslash_2028.js" ], "duration": 0.7139949999982491, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 59.923123999964446, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 59.8455730000278, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 60.83103899995331, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 62.476422999985516, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 61.22665800002869, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 60.90760199993383, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 0.408633999992162, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.69897100003436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 59.0942389999982, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 59.3778610000154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 59.5669840000337, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 59.75822300009895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 61.45344199996907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 110, "numPendingTests": 0, "perfStats": { "start": 518060.78409699997, "end": 525124.218654, "runtime": 7063, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 14, "unchecked": 1, "unmatched": 2, "updated": 0, "uncheckedKeys": [ "embed.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.3710040000732988, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.9311540001072, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.899634999921545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 90.20234000007622, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.44954900001176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.81725899991579, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 68.9545189999044, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.42785999993793666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.90213900001254, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.34662700002082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.170095999957994, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.015503999893554, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.88595499994699, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 63.21811899996828, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 0.44468100008089095, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 67.87258500000462, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.44509499997366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.771905999979936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 64.8611169999931, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.4689500000095, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.61658399994485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 0.6610360000049695, "failureMessages": [ "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.68425499997102, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 59.11036499997135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.31526299996767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.78873799997382, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.251617999980226, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 59.346723999944516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 0.5190599999623373, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 71.84093299997039, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.43335299997125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.57371500006411, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 63.97362499998417, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 66.48085399996489, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 65.19726699998137, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 0.39581999997608364, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 62.55180399992969, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 61.44273000000976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 62.18400699994527, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 61.342014000052586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 63.59320799994748, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 62.349179000011645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 0.384559000027366, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 62.863448000047356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 62.2704509999603, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.44487000000663, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 62.513824000023305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.14342600002419, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 62.81167500000447, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 0.5933299999451265, "failureMessages": [ "function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 65.54206500004511, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.83606899995357, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.439302999991924, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.18860600003973, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 62.594935000059195, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.623976000002585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 0.3814340000972152, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 59.939500000094995, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 60.53141599998344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.343958999961615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.01037100004032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.05109500000253, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.42244499991648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 0.3904000000329688, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 64.71468299999833, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.43046000006143, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.19426400004886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 59.70756899996195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 61.21708299999591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 61.734296999988146, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 0.43730799993500113, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.51834800001234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.57059399993159, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.164655999979004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.60226199997123, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 62.24979799997527, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 62.07430999993812, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 0.4398830001009628, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 63.62511999998242, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.33895899995696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 61.55618700000923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.2057639999548, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.32217099994887, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 64.06011099996977, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.3903289999580011, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.03111099998932, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.63806200004183, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.6907239999855, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.831715999986045, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.38248700008262, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.80498000001535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 0.590152999968268, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.09913600003347, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.22545699996408, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.926459999987856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.70443000004161, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.635736999916844, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.71723200008273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.3779660000000149, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.53377100004582, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.1622619999107, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.289645000128075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.99829000001773, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.606321999803185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.51391199999489, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 0.40056899981573224, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 87.77420900017023, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 65.78253799979575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 66.69551099999808, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 64.62812799983658, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 68.07233799993992, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 63.65746899996884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 0, "numPendingTests": 0, "perfStats": { "start": 525260.9674239999, "end": 525321.823362, "runtime": 61, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.742177999811247, "failureMessages": [ "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" } ], "numTodoTests": 0 }, { "failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 525440.4376030001, "end": 527809.1636280001, "runtime": 2369, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-expr.js" ], "duration": 0.4145150000695139, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expr.js" ], "duration": 60.20820300001651, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 0.4687060001306236, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 67.77984500001185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 0.3940569998230785, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 61.77350699994713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 0.37689499999396503, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 59.969050999963656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 0.45315700001083314, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 62.393885999917984, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 0.3729670001193881, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 61.56530800019391, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.38731399993412197, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.5391369999852, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 0.39453799999319017, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 60.773805000120774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 0.4221499999985099, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 62.74043500004336, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 0.3996470000129193, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 60.90808600001037, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.38128299987874925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.29266699985601, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.39539900003001094, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.7065129999537, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 0.3881159999873489, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 62.44063900015317, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 0.3852399999741465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 60.885268999962136, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 0.7477480000816286, "failureMessages": [ "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 60.3044420001097, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 0.6203389998991042, "failureMessages": [ "styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 64.45898999995552, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.3899690001271665, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.261113999877125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7133939999621361, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 61.903299999888986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 0.4148750000167638, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 62.91244200011715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 527923.994684, "end": 528557.3970610001, "runtime": 633, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.3883060000371188, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 62.021301000146195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 60.91508500021882, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 59.74918900011107, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 61.922158000059426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 0.41000599996186793, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.02925499994308, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.83823200012557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.22294300002977, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.20784700009972, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 } ], "wasInterrupted": false }
{ "bail": 0, "changedFilesWithAncestor": false, "ci": true, "collectCoverage": false, "collectCoverageFrom": [ "src/**/*.js", "bin/**/*.js" ], "coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage", "coverageProvider": "babel", "coverageReporters": [ "text", "lcov" ], "detectLeaks": false, "detectOpenHandles": false, "errorOnDeprecated": false, "expand": false, "findRelatedTests": false, "forceExit": false, "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, "maxWorkers": 1, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", "onlyChanged": false, "onlyFailures": false, "openHandlesTimeout": 1000, "passWithNoTests": false, "projects": [], "reporters": [ [ "default", {} ], [ "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js", {} ], [ "/home/runner/work/biome/biome/prettier-repo/reporter.js", {} ] ], "rootDir": "/home/runner/work/biome/biome/prettier-repo", "runTestsByPath": false, "seed": -2100101384, "skipFilter": false, "snapshotFormat": { "escapeString": false, "printBasicPrototype": false }, "testFailureExitCode": 1, "testPathPattern": "", "testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js", "updateSnapshot": "none", "useStderr": false, "watch": false, "watchAll": false, "watchPlugins": [ { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js" }, { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js" } ], "watchman": true, "workerThreads": false }